Report location of Synpase log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user