We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 105495b + c45fa37 commit 70b92bfCopy full SHA for 70b92bf
web-node/service/start.sh
@@ -4,15 +4,15 @@ use=$(ls /home)
4
# Check the envionment variables for the flag and assign to INSERT_FLAG
5
if [ "$DASFLAG" ]; then
6
INSERT_FLAG="$DASFLAG"
7
- expot DASFLAG=no_FLAG
+ export DASFLAG=no_FLAG
8
DASFLAG=no_FLAG
9
elif [ "$FLAG" ]; then
10
INSERT_FLAG="$FLAG"
11
- expot FLAG=no_FLAG
+ export FLAG=no_FLAG
12
FLAG=no_FLAG
13
elif [ "$GZCTF_FLAG" ]; then
14
INSERT_FLAG="$GZCTF_FLAG"
15
- expot GZCTF_FLAG=no_FLAG
+ export GZCTF_FLAG=no_FLAG
16
GZCTF_FLAG=no_FLAG
17
else
18
INSERT_FLAG="flag{TEST_Dynamic_FLAG}"
@@ -26,4 +26,4 @@ chmod 744 /flag
26
chmod 740 /app/*
27
28
# 运行ja程序文件
29
-node app.js
+node app.js
0 commit comments