Fix incorrect file paths
This commit is contained in:
parent
7d40b6d3f5
commit
2ce8431ae4
2 changed files with 2 additions and 2 deletions
scripts/PopOS/equalizer
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue