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 db51f47 commit 6ebc6f3Copy full SHA for 6ebc6f3
1 file changed
install.sh
@@ -80,6 +80,10 @@ rm /usr/local/etc/ncp-config.d/nc-nextcloud.cfg # armbian overlay is ro
80
systemctl restart mysqld # TODO this shouldn't be necessary, but somehow it's needed in Debian 9.6. Fixme
81
install_app ncp.sh
82
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
+
87
echo 'Moving data directory to a more sensible location'
88
df -h
89
mkdir -p /opt/ncdata
0 commit comments