Update install.sh

This commit is contained in:
SpudGunMan
2025-01-03 23:39:59 -08:00
parent 70659c9c14
commit cf16fc3db7

View File

@@ -250,7 +250,7 @@ if [[ $(echo "${embedded}" | grep -i "^n") ]]; then
fi
fi
if [[ $(echo "${meshbotservice}" | grep -i "^y") ]]
if [[ $(echo "${meshbotservice}" | grep -i "^y") ]]; then
# document the service install
printf "To install the %s service and keep notes, copy and paste the following commands:\n\n" "$service"
printf "sudo cp /opt/meshing-around/%s.service /etc/systemd/system/%s.service\n" "$service" "$service"