Exclude rclone
directory from indexing
This commit is contained in:
parent
a56db768ee
commit
f3da0e1a51
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ begin
|
||||||
else
|
else
|
||||||
systemctl --user enable rclone.service
|
systemctl --user enable rclone.service
|
||||||
echo "Please complete the setup of your rclone configurations!"
|
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)
|
for config in (echo "$configs" | jq '.[]' --raw-output0 | string split0)
|
||||||
set -l configKey "$key.$config"
|
set -l configKey "$key.$config"
|
||||||
|
|
Loading…
Reference in a new issue