diff --git a/install.sh b/install.sh index e9ee893..af0a1b2 100755 --- a/install.sh +++ b/install.sh @@ -147,7 +147,7 @@ sed -i $replace etc/mesh_bot_reporting.service # set the correct user in the service file? #ask if we should add a user for the bot -printf "\nDo you want to add a user (meshbot) no login, for the bot? (y/n)" +printf "\nDo you want to add a user (meshbot) no login, for the bot? (y/n) (if embedded default is yes)" read meshbotservice if [ $meshbotservice == "y" ] || [ $embedded == "y" ]; then sudo useradd -M meshbot