Exclude rclone directory from indexing

This commit is contained in:
Manuel Thalmann 2024-09-19 22:26:06 +02:00
parent 6c0b7ebbaf
commit c97cf3299c

View file

@ -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"