format fix
This commit is contained in:
@@ -11,8 +11,9 @@ if [[ -z "${RCLONE_CONFIG}" ]]; then
|
||||
echo "RCLONE_CONFIG is not specified. Files will not persist"
|
||||
else
|
||||
echo "Copying rclone config..."
|
||||
mkdir -p /home/coder/.config/rclone
|
||||
echo $RCLONE_CONFIG | base64 -d > /home/coder/.config/rclone/rclone.conf
|
||||
mkdir -p /home/coder/.config/rclone/
|
||||
touch /home/coder/.config/rclone/rclone.conf
|
||||
echo ($RCLONE_CONFIG | base64 -d) > /home/coder/.config/rclone/rclone.conf
|
||||
|
||||
# serve remote files on the first item in the rclone config
|
||||
# rclone serve sftp code-server-files:/home/coder/ --no-auth --vfs-cache-mode full&
|
||||
|
||||
Reference in New Issue
Block a user