Update install.sh

This commit is contained in:
SpudGunMan
2024-12-27 14:03:20 -08:00
parent 23e0e4c6a0
commit a20e520501
+1 -1
View File
@@ -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