Skip to content

Commit 1d6027e

Browse files
authored
Merge pull request #334 from sil-org/briskt-patch-1
Release 8.1.1 -- log more detail from config-shim
2 parents 3d22258 + a4d283d commit 1d6027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ $APP_ENV == "dev" ]]; then
3535
fi
3636

3737
if [[ $PARAMETER_STORE_PATH ]]; then
38-
config-shim --path $PARAMETER_STORE_PATH apache2ctl -k start -D FOREGROUND
38+
config-shim -v --path $PARAMETER_STORE_PATH apache2ctl -k start -D FOREGROUND
3939
else
4040
apache2ctl -k start -D FOREGROUND
4141
fi

0 commit comments

Comments
 (0)