Fix potentially non-functioning mkdir
-command
This commit is contained in:
parent
092202881b
commit
1ade542af4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
sudo cp "${BASH_SOURCE%/*}/rclone.service" "${BASH_SOURCE%/*}/rclone.target" "${BASH_SOURCE%/*}/rclone@.service" /etc/systemd/user;
|
||||
systemctl enable --user rclone;
|
||||
mkdir ~/.mnt;
|
||||
mkdir -p ~/.mnt;
|
||||
touch ~/.mnt/.trackerignore;
|
||||
|
|
Loading…
Reference in a new issue