Fix if clause start.sh

This commit is contained in:
Iyan Méndez Veiga
2018-08-21 15:37:32 +02:00
parent 74da4e07b2
commit 9504408874

View File

@@ -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