Skip to content

Commit 380bf26

Browse files
authored
fix(recyclarr): remove update script systemctl commands (#9522)
1 parent c1f7d3d commit 380bf26

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ct/recyclarr.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,10 @@ function update_script() {
2929
fi
3030
if check_for_gh_release "recyclarr" "recyclarr/recyclarr"; then
3131

32-
msg_info "Stopping Service"
33-
systemctl stop recyclarr
34-
msg_ok "Stopped Service"
32+
msg_info "Updating ${APP}"
3533

3634
fetch_and_deploy_gh_release "recyclarr" "recyclarr/recyclarr" "prebuild" "latest" "/usr/local/bin" "recyclarr-linux-x64.tar.xz"
3735

38-
msg_info "Starting Service"
39-
systemctl start recyclarr
40-
msg_ok "Started Service"
4136
msg_ok "Updated successfully!"
4237
fi
4338
exit

0 commit comments

Comments
 (0)