Skip to content

Commit 6ebc6f3

Browse files
committed
start push service explicit
Signed-off-by: MagelanM <magellanm@posteo.de>
1 parent db51f47 commit 6ebc6f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ rm /usr/local/etc/ncp-config.d/nc-nextcloud.cfg # armbian overlay is ro
8080
systemctl restart mysqld # TODO this shouldn't be necessary, but somehow it's needed in Debian 9.6. Fixme
8181
install_app ncp.sh
8282
run_app_unsafe bin/ncp/CONFIG/nc-init.sh
83+
# notify_push was skipped during nc-init because /.ncp-image was set
84+
# start it now explicitly
85+
[[ -f /.docker-image ]] || start_notify_push
86+
8387
echo 'Moving data directory to a more sensible location'
8488
df -h
8589
mkdir -p /opt/ncdata

0 commit comments

Comments
 (0)