From cef05e061c4c5f15fb86640217bb565a3e0c4f1a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Dec 2024 10:04:58 -0800 Subject: [PATCH] Update install.sh --- install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index b56b46b..11ebee8 100755 --- a/install.sh +++ b/install.sh @@ -157,9 +157,9 @@ sed -i $replace etc/mesh_bot_reporting.service printf "\n service files updated\n" if [ $bot == "pong" ]; then - echo "useradd -M meshbot" - echo "usermod -L meshbot" - echo "Added user meshbot with no home directory" + # echo "useradd -M meshbot" + # echo "usermod -L meshbot" + # echo "Added user meshbot with no home directory" # install service for pong bot sudo cp etc/pong_bot.service /etc/systemd/system/ sudo systemctl enable pong_bot.service @@ -167,9 +167,9 @@ if [ $bot == "pong" ]; then fi if [ $bot == "mesh" ]; then - echo "useradd -M meshbot" - echo "usermod -L meshbot" - echo "Added user meshbot with no home directory" + # echo "useradd -M meshbot" + # echo "usermod -L meshbot" + # echo "Added user meshbot with no home directory" # install service for mesh bot sudo cp etc/mesh_bot.service /etc/systemd/system/ sudo systemctl enable mesh_bot.service