mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-29 22:41:27 +02:00
Update install.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user