Skip to content

Commit d5f5f1e

Browse files
authored
Headscale: Re-enable Service after Update (#3012)
1 parent 31d80c3 commit d5f5f1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ct/headscale.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ function update_script() {
4141
msg_ok "Updated $APP to ${RELEASE}"
4242

4343
msg_info "Starting ${APP}"
44-
systemctl start headscale
44+
# Temporary fix until headscale project resolves service getting disabled on updates.
45+
systemctl enable -q --now headscale
4546
msg_ok "Started ${APP}"
4647
msg_ok "Updated Successfully"
4748
else
@@ -55,4 +56,4 @@ build_container
5556
description
5657

5758
msg_ok "Completed Successfully!\n"
58-
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

Comments
 (0)