diff --git a/deployment.sh b/deployment.sh index 652f15f..0e0eaa7 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1557,7 +1557,7 @@ EOT if chroot $TARGET grep -q -- --no-db-sync /usr/sbin/ngcpcfg ; then chroot $TARGET ngcpcfg --no-db-sync commit 'get network|config|constants yaml [via deployment process]' chroot $TARGET ngcpcfg build --no-db-sync - chroot $TARGET ngcpcfg push --no-db-sync --shared-only + chroot $TARGET ngcpcfg push --shared-only else chroot $TARGET ngcpcfg commit 'get network|config|constants yaml [via deployment process]' chroot $TARGET ngcpcfg build