Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +1 -2
entrypoint.sh
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
#!/bin/bash
|
| 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 |
-
|
| 10 |
npm i
|
| 11 |
npm run start
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
|
| 4 |
+
|
| 5 |
sed -i 's X_TOKEN_URL '"$X_TOKEN_URL"' g' ./index.ts
|
| 6 |
sed -i 's X_CLI_URL '"$X_CLI_URL"' g' ./index.ts
|
| 7 |
sed -i 's X_WPAD_URL '"$X_WPAD_URL"' g' ./index.ts
|
| 8 |
|
|
|
|
|
|
|
| 9 |
npm i
|
| 10 |
npm run start
|