mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-update-nc: Restart notify_push after successful nc update on docker
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
87ded5925a
commit
eabb975a5a
@ -297,6 +297,12 @@ fi
|
||||
# refresh completions
|
||||
ncc _completion -g --shell-type bash -p ncc | sed 's|/var/www/nextcloud/occ|ncc|g' > /usr/share/bash-completion/completions/ncp
|
||||
|
||||
is_docker && {
|
||||
killall notify_push
|
||||
sleep 1
|
||||
start_notify_push
|
||||
}
|
||||
|
||||
echo "Update completed successfully."
|
||||
# done
|
||||
####################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user