ykxVK8yL5L commited on
Commit
8e8da1f
·
verified ·
1 Parent(s): c4f4bf3

Create start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +7 -0
start_server.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ echo -e "======================写入rclone配置========================\n"
4
+ echo "$RCLONE_CONF" > ~/.config/rclone/rclone.conf
5
+
6
+
7
+ code-server --bind-addr 0.0.0.0:7860