From a20e52050182b5a9e4c1369e1ddd4dddeece327b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Dec 2024 14:03:20 -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 cdca5a3..1c9a19b 100755 --- a/install.sh +++ b/install.sh @@ -155,7 +155,7 @@ sed -i $replace etc/mesh_bot_reporting.service #ask if we should add a user for the bot if [ $embedded != "y" ]; then - printf "\nDo you want to add a user (meshbot) no login, for the bot? (y/n) (if embedded default is yes)" + printf "\nDo you want to add a user (meshbot) no login, for the bot? (y/n)" read meshbotservice fi