diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2022-02-11 09:08:03 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2022-02-11 09:08:03 +0200 |
commit | c7d1a43d41f848663c0de87b5c8d38d02ca7d708 (patch) | |
tree | 05b18add1eea3ae7dee37cfb9adf86a526cf7f5b | |
parent | e604f9b5fbf97d40da6ffaa69cc4755dce667a12 (diff) | |
download | arching-kaos-tools-c7d1a43d41f848663c0de87b5c8d38d02ca7d708.tar.gz arching-kaos-tools-c7d1a43d41f848663c0de87b5c8d38d02ca7d708.tar.bz2 arching-kaos-tools-c7d1a43d41f848663c0de87b5c8d38d02ca7d708.zip |
possible fix
-rwxr-xr-x | bin/ak-files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-files b/bin/ak-files index 3c81791..d17a8e0 100755 --- a/bin/ak-files +++ b/bin/ak-files @@ -35,8 +35,8 @@ add(){ CRP="$(pwd)" FILENAME="$1" main $FILENAME $CRP - cat $PWD/data | json_pp - pack_z_block file/add $PWD/data + cat $TEMPASSIN/data | json_pp + pack_z_block file/add $TEMPASSIN/data if [ $? == 0 ] then echo "cool" |