diff --git a/scripts/umount.sh b/scripts/umount.sh index ff13f1b..4437efc 100755 --- a/scripts/umount.sh +++ b/scripts/umount.sh @@ -54,4 +54,6 @@ if has_connection "192.168.1.1"; then unmount "/home/honney/mount/fritzNAS" else force_unmount "/home/honney/mount/fritzNAS" -fi \ No newline at end of file +fi + +exit 0 \ No newline at end of file