Fix incorrect file paths
This commit is contained in:
parent
7d40b6d3f5
commit
2ce8431ae4
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/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/
|
||||||
|
|
|
@ -9,5 +9,5 @@ else
|
||||||
dpkg -i $package
|
dpkg -i $package
|
||||||
rm -f $package
|
rm -f $package
|
||||||
|
|
||||||
cp ./rclone@.service /etc/systemd/user
|
cp ${BASH_SOURCE%/*}/rclone@.service /etc/systemd/user
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue