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 e0a2053 commit db51f47Copy full SHA for db51f47
1 file changed
bin/ncp/CONFIG/nc-init.sh
@@ -180,7 +180,6 @@ EOF
180
if ! is_more_recent_than "21.0.0" "${ncver}"; then
181
ncc app:install notify_push
182
ncc app:enable notify_push
183
- test -f /.ncp-image || start_notify_push # don't start during build
184
fi
185
186
# previews
@@ -216,6 +215,9 @@ EOF
216
215
test -f /.ncp-image || bash /usr/local/bin/nextcloud-domain.sh
217
}
218
+ # start notify_push after NC is fully configured
219
+ test -f /.ncp-image || start_notify_push # don't start during build
220
+
221
# dettach mysql during the build
222
if [[ "${db_pid}" != "" ]]; then
223
echo "Shutting down mariaDB (${db_pid})"
0 commit comments