Report location of Synpase log

This commit is contained in:
J. Ryan Stinnett 2019-04-25 14:23:51 +01:00
parent 2527995e2e
commit 1ffe0d1a24

View File

@ -6,6 +6,7 @@ cd $BASE_DIR
cd installations/consent
source env/bin/activate
LOGFILE=$(mktemp)
echo "Synapse log file at $LOGFILE"
./synctl start 2> $LOGFILE
EXIT_CODE=$?
if [ $EXIT_CODE -ne 0 ]; then