qf: create file if not exist

This commit is contained in:
CanbiZ 2025-08-29 16:20:21 +02:00
parent 36bf265fc6
commit bc545df207
2 changed files with 44 additions and 28 deletions

View file

@ -27,7 +27,7 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
if check_for_gh_release "paperless-ngx" "paperless-ngx/paperless-ngx"; then
if check_for_gh_release "paperless" "paperless-ngx/paperless-ngx"; then
msg_info "Stopping all Paperless-ngx Services"
systemctl stop paperless-consumer paperless-webserver paperless-scheduler paperless-task-queue
msg_ok "Stopped all Paperless-ngx Services"