Spaces:
Running
Running
File size: 178 Bytes
8e8da1f |
1 2 3 4 5 6 7 8 |
#!/bin/sh
echo -e "======================写入rclone配置========================\n"
echo "$RCLONE_CONF" > ~/.config/rclone/rclone.conf
code-server --bind-addr 0.0.0.0:7860
|