From 5fdc7d636b25d7a13c0b6e4b1d252bb6b2f0afcf Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 6 Feb 2022 11:48:19 +0100 Subject: [PATCH] fix script --- luniebox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/luniebox.sh b/luniebox.sh index 2baadce..63c1858 100755 --- a/luniebox.sh +++ b/luniebox.sh @@ -337,6 +337,7 @@ finalize() { echo "" case "$response" in [nN][oO] | [nN]) + echo "Please reboot manually for luniebox working properly!" echo "Bye...." exit 0 ;;