Fix incorrect file paths

This commit is contained in:
Manuel Thalmann 2022-11-13 01:12:13 +01:00
parent 7d40b6d3f5
commit 2ce8431ae4
2 changed files with 2 additions and 2 deletions
scripts/PopOS/software/rclone

View file

@ -9,5 +9,5 @@ else
dpkg -i $package
rm -f $package
cp ./rclone@.service /etc/systemd/user
cp ${BASH_SOURCE%/*}/rclone@.service /etc/systemd/user
fi