From 5d5595ef8b81dada8a6813f612f9fd1ff3352876 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 3 Jan 2025 23:42:00 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ab3a978..ad7af37 100755 --- a/install.sh +++ b/install.sh @@ -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"