Skip to content

Commit

Permalink
Updated script for starting public server
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Apr 20, 2020
1 parent 499b66d commit 0f04ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icd-web-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
logdir=$HOME/.icd
logfile=$logdir/icd.log
test -d $logdir || mkdir $logdir
exec icdwebserver -Dicd.allowUpload=false -Dhttp.port=80 > $logfile 2>&1
exec icdwebserver -Dicd.allowUpload=false -Dhttp.port=80 > $logfile 2>&1 &

0 comments on commit 0f04ce5

Please sign in to comment.