Fix incorrect file paths

This commit is contained in:
Manuel Thalmann 2022-11-13 01:12:13 +01:00
parent cf0213f8e9
commit c8202e4aac
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
cp ./*.json ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output/
cp ${BASH_SOURCE%/*}/*.json ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output/

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