Skip to content

Commit

Permalink
Add more logging to configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Dec 18, 2023
1 parent 7a58139 commit ddefb41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/docker-entrypoint.d/95-configure-humhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#TODO: Disable when mature
set -x

echo "Configuring HumHub options"
echo "START === Configuring HumHub options"
CONFIG_FILE="${HUMHUB_CONFIG_FILE:-none}"

# Stop if nothing needs to be done.
Expand All @@ -28,3 +28,5 @@ grep -v '^#' "${CONFIG_FILE}" | while read -r LINE; do
# su -s /bin/sh nginx -c "php yii settings/set ${LINE} --interactive=0"
echo "Found config line: ${LINE}"
done

echo "END === DONE configuring HumHub"

0 comments on commit ddefb41

Please sign in to comment.