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 04d2420 commit 2838850Copy full SHA for 2838850
ct/recyclarr.sh
@@ -56,9 +56,6 @@ function default_settings() {
56
function update_script() {
57
header_info
58
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}"
62
63
msg_info "Updating ${APP}"
64
wget -q $(curl -s https://api.github.com/repos/recyclarr/recyclarr/releases/latest | grep download | grep linux-x64 | cut -d\" -f4)
0 commit comments