Skip to content

Commit 2838850

Browse files
committed
Review fixes
1 parent 04d2420 commit 2838850

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ct/recyclarr.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ function default_settings() {
5656
function update_script() {
5757
header_info
5858
if [[ ! -f /root/.config/recyclarr/recyclarr.yml ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
59-
msg_info "Stopping ${APP}"
60-
systemctl stop recyclarr.service
61-
msg_ok "Stopped ${APP}"
6259

6360
msg_info "Updating ${APP}"
6461
wget -q $(curl -s https://api.github.com/repos/recyclarr/recyclarr/releases/latest | grep download | grep linux-x64 | cut -d\" -f4)

0 commit comments

Comments
 (0)