Skip to content

Commit

Permalink
Force integrity run as non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Aug 9, 2023
1 parent e2b09b9 commit bea0355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/docker-entrypoint.d/50-humhub-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HUMHUB_INTEGRITY_CHECK=${HUMHUB_INTEGRITY_CHECK:-1}

if [ "$HUMHUB_INTEGRITY_CHECK" != "false" ]; then
echo "validating ..."
if ! php ./yii integrity/run; then
if ! php ./yii integrity/run --interactive 0; then
echo "validation failed!"
exit 1
fi
Expand Down

0 comments on commit bea0355

Please sign in to comment.