From ae6b0b227b0511a2b6be63490e71fbb516715bab Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 25 Aug 2026 23:58:46 +0200 Subject: [PATCH] fixing usage in other scripts --- scripts/umount.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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