do nothing

This commit is contained in:
Ben
2021-03-03 22:42:17 -05:00
parent 9b80a2d11e
commit dddc9d09b4

View File

@@ -13,7 +13,7 @@ else
echo "Copying rclone config..."
mkdir -p /home/coder/.config/rclone/
touch /home/coder/.config/rclone/rclone.conf
echo $RCLONE_CONFIG | base64 -d > /home/coder/.config/rclone/rclone.conf
# echo $RCLONE_CONFIG | base64 -d > /home/coder/.config/rclone/rclone.conf
# serve remotee files on the first item in the rclone config
# rclone serve sftp code-server-files:/home/coder/ --no-auth --vfs-cache-mode full&