Commit 15f32749 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] logs folder for logs

parent c092568a
......@@ -4,4 +4,6 @@ FOLDER="logs"
FILE=$(date +%Y%m%d%H%M.log)
LOGFILE=$FOLDER"/"$FILE
~/.local/bin/gargantext-server --ini gargantext.ini --run Dev +RTS > $LOGFILE & tail -F $LOGFILE # -p
mkdir -p $FOLDER
~/.local/bin/gargantext-server --ini gargantext.ini --run Dev +RTS > $LOGFILE 2>&1 & tail -F $LOGFILE # -p
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment