We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d80c3 commit d5f5f1eCopy full SHA for d5f5f1e
ct/headscale.sh
@@ -41,7 +41,8 @@ function update_script() {
41
msg_ok "Updated $APP to ${RELEASE}"
42
43
msg_info "Starting ${APP}"
44
- systemctl start headscale
+ # Temporary fix until headscale project resolves service getting disabled on updates.
45
+ systemctl enable -q --now headscale
46
msg_ok "Started ${APP}"
47
msg_ok "Updated Successfully"
48
else
@@ -55,4 +56,4 @@ build_container
55
56
description
57
58
msg_ok "Completed Successfully!\n"
-echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
59
+echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
0 commit comments