From 3b73b665d6fd3553841d93db505f71d8b88eb4aa Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Dec 2024 13:57:02 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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