From 9504408874e5db286075e9810c9564c0af1a32ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iyan=20M=C3=A9ndez=20Veiga?= Date: Tue, 21 Aug 2018 15:37:32 +0200 Subject: [PATCH] Fix if clause start.sh --- base-notebook/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/base-notebook/start.sh b/base-notebook/start.sh index cd7c6b6c..69f58e1b 100755 --- a/base-notebook/start.sh +++ b/base-notebook/start.sh @@ -36,6 +36,7 @@ elif umask $NB_UMASK; then echo "umask changed to $NB_UMASK" else echo "Invalid umask value. Read 'man umask'" +fi # Handle special flags if we're root if [ $(id -u) == 0 ] ; then