Skip to content

Commit

Permalink
fix: change isolate daemon command in scripts/start_container.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhatnoe committed Apr 28, 2024
1 parent 94adc72 commit 215f4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/start_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case ${HTTPS} in
esac

if [ "${useHTTPS}" = true ]; then
KJUDGE_ISOLATE_DAEMON="isolate-cg-keeper" kjudge -port 443 -file /data/kjudge.db -https /certs "$@"
KJUDGE_ISOLATE_DAEMON="start_isolate" kjudge -port 443 -file /data/kjudge.db -https /certs "$@"
else
KJUDGE_ISOLATE_DAEMON="isolate-cg-keeper" kjudge -port 80 -file /data/kjudge.db "$@"
fi
KJUDGE_ISOLATE_DAEMON="start_isolate" kjudge -port 80 -file /data/kjudge.db "$@"
fi

0 comments on commit 215f4e2

Please sign in to comment.