Update install.sh

This commit is contained in:
SpudGunMan
2024-12-27 13:57:02 -08:00
parent 993fd760af
commit 3b73b665d6
+1 -1
View File
@@ -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