Update intranet tools and voucher comparison
This commit is contained in:
@@ -35,7 +35,7 @@ if ss -ltn "( sport = :${PORT} )" | tail -n +2 | grep -q .; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export INTRANET_AUTO_RELOAD="${INTRANET_AUTO_RELOAD:-1}"
|
||||
export INTRANET_AUTO_RELOAD="${INTRANET_AUTO_RELOAD:-0}"
|
||||
export INTRANET_PORT="$PORT"
|
||||
echo "서버를 시작합니다: http://127.0.0.1:${PORT} (auto_reload=${INTRANET_AUTO_RELOAD})"
|
||||
echo "예기치 않게 종료되면 2초 후 자동 재시작합니다."
|
||||
|
||||
Reference in New Issue
Block a user