File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ if [ "$INSTALL" == "Rem" ]; then
463463
464464 redMessage " SinusBot will now be removed completely from your system" !
465465
466- greenMessage " Your SinusBot user is \" $SINUSBOTUSER \" ? After select Yes it could take a while."
466+ greenMessage " Your SinusBot user is \" $SINUSBOTUSER \" ? The directory which will be removed is \" $LOCATION \" . After select Yes it could take a while."
467467
468468 OPTIONS=(" Yes" " No" )
469469 select OPTION in " ${OPTIONS[@]} " ; do
@@ -513,7 +513,7 @@ if [ "$INSTALL" == "Rem" ]; then
513513 fi
514514
515515 if [[ $SINUSBOTUSER != " root" ]]; then
516- redMessage " Remove user \" $SINUSBOTUSER \" ?"
516+ redMessage " Remove user \" $SINUSBOTUSER \" ? (User will be removed from your system) "
517517
518518 OPTIONS=(" Yes" " No" )
519519 select OPTION in " ${OPTIONS[@]} " ; do
You can’t perform that action at this time.
0 commit comments