Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
|
| 3 |
export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
|
| 4 |
sed -i 's X_TOKEN_URL '"$X_TOKEN_URL"' g' ./index.ts
|
| 5 |
-
sed -i 's
|
| 6 |
-
sed -i 's
|
| 7 |
|
| 8 |
cat ./index.ts
|
| 9 |
|
|
|
|
| 2 |
|
| 3 |
export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
|
| 4 |
sed -i 's X_TOKEN_URL '"$X_TOKEN_URL"' g' ./index.ts
|
| 5 |
+
sed -i 's X_CLI_URL '"$X_CLI_URL"' g' ./index.ts
|
| 6 |
+
sed -i 's X_WPAD_URL '"$X_WPAD_URL"' g' ./index.ts
|
| 7 |
|
| 8 |
cat ./index.ts
|
| 9 |
|