Report location of Synpase log
This commit is contained in:
parent
2527995e2e
commit
1ffe0d1a24
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ cd $BASE_DIR
|
||||||
cd installations/consent
|
cd installations/consent
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
LOGFILE=$(mktemp)
|
LOGFILE=$(mktemp)
|
||||||
|
echo "Synapse log file at $LOGFILE"
|
||||||
./synctl start 2> $LOGFILE
|
./synctl start 2> $LOGFILE
|
||||||
EXIT_CODE=$?
|
EXIT_CODE=$?
|
||||||
if [ $EXIT_CODE -ne 0 ]; then
|
if [ $EXIT_CODE -ne 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue