Skip to content

Commit 5e32969

Browse files
authored
Clarified removing of sinusbot
1 parent eb7e911 commit 5e32969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sinusbot_installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)