Fix incorrect path
This commit is contained in:
parent
f90e849661
commit
7005082e4b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
configPath="/usr/local/share/aliae/aliae.yml";
|
||||
|
||||
. "../../../Common/Config/aliae/install.sh";
|
||||
sudo install -Dm644 "./aliae.yml" "$configPath";
|
||||
sudo install -Dm644 "../../../Common/Config/aliae/aliae.yml" "$configPath";
|
||||
|
||||
function dump_header() {
|
||||
echo "# aliae";
|
||||
|
|
Loading…
Reference in a new issue