We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0309289 commit 0663ef8Copy full SHA for 0663ef8
1 file changed
sinusbot_installer.sh
@@ -714,11 +714,12 @@ else
714
if [ -z "$SINUSBOTUSER" ]; then
715
SINUSBOTUSER=sinusbot
716
fi
717
- if [ -n "$SINUSBOTUSER" ]; then
718
- greenMessage "Your sinusbot user is: $SINUSBOTUSER"
719
- fi
720
if [ $SINUSBOTUSER == "root" ]; then
721
redMessage "Error. Your username is invalid. Don't use root"!
+ SINUSBOTUSER=""
+ fi
+ if [ -n "$SINUSBOTUSER" ]; then
722
+ greenMessage "Your sinusbot user is: $SINUSBOTUSER"
723
724
done
725
0 commit comments