diff --git a/scripts/Common/Software/rclone/main.fish b/scripts/Common/Software/rclone/main.fish index c6c19ef6..2c9101ba 100755 --- a/scripts/Common/Software/rclone/main.fish +++ b/scripts/Common/Software/rclone/main.fish @@ -81,6 +81,8 @@ begin else systemctl --user enable rclone.service echo "Please complete the setup of your rclone configurations!" + mkdir -p ~/.mnt + touch ~/.mnt/.trackerignore for config in (echo "$configs" | jq '.[]' --raw-output0 | string split0) set -l configKey "$key.$config"