Skip to content

Commit

Permalink
don't need to create log either
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Nov 10, 2024
1 parent 3a2bd11 commit 03f2283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frmcompanion/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ else
cp -R index.html map-16k.png vendor/ img/ js/ ../Companion/bin/map
fi
cd ../Companion/bin
touch ./frmc.log
FRM_LOG_STDOUT=1 ./companion &
PID="$!"
trap 'kill $PID; exit 0' EXIT INT TERM
Expand Down

0 comments on commit 03f2283

Please sign in to comment.