mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-15 19:59:41 +00:00
qf: create file if not exist
This commit is contained in:
parent
36bf265fc6
commit
bc545df207
2 changed files with 44 additions and 28 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue