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 fbaf431 commit 1d3fe11Copy full SHA for 1d3fe11
1 file changed
install.sh
@@ -80,9 +80,8 @@ 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
+# Start notify_push explicitly if not inside an image build
+[[ "${CODE_DIR}" != "" ]] || start_notify_push
86
87
echo 'Moving data directory to a more sensible location'
88
df -h
0 commit comments