Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions web-node/service/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ use=$(ls /home)
# Check the envionment variables for the flag and assign to INSERT_FLAG
if [ "$DASFLAG" ]; then
INSERT_FLAG="$DASFLAG"
expot DASFLAG=no_FLAG
export DASFLAG=no_FLAG
DASFLAG=no_FLAG
elif [ "$FLAG" ]; then
INSERT_FLAG="$FLAG"
expot FLAG=no_FLAG
export FLAG=no_FLAG
FLAG=no_FLAG
elif [ "$GZCTF_FLAG" ]; then
INSERT_FLAG="$GZCTF_FLAG"
expot GZCTF_FLAG=no_FLAG
export GZCTF_FLAG=no_FLAG
GZCTF_FLAG=no_FLAG
else
INSERT_FLAG="flag{TEST_Dynamic_FLAG}"
Expand All @@ -26,4 +26,4 @@ chmod 744 /flag
chmod 740 /app/*

# 运行ja程序文件
node app.js
node app.js