Update install.sh

This commit is contained in:
SpudGunMan
2025-01-03 23:42:00 -08:00
parent cf16fc3db7
commit 5d5595ef8b
+1 -1
View File
@@ -253,7 +253,7 @@ if [[ $(echo "${embedded}" | grep -i "^n") ]]; then
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"
printf "sudo cp /opt/meshing-around/etc/%s.service /etc/systemd/system/etc/%s.service\n" "$service" "$service"
printf "sudo systemctl daemon-reload\n"
printf "sudo systemctl enable %s.service\n" "$service"
printf "sudo systemctl start %s.service\n" "$service"