diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-09-21 18:39:31 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-09-21 18:39:31 +0300 |
commit | a2c09b0fda343f47507f5ad0e33d8cff5ee6716b (patch) | |
tree | 493ecd153d038e034210048a0509500ff9a14b9b | |
parent | 8abba3564e8ecc5ec01aa24682c6618cd285b4fe (diff) | |
download | arching-kaos-tools-a2c09b0fda343f47507f5ad0e33d8cff5ee6716b.tar.gz arching-kaos-tools-a2c09b0fda343f47507f5ad0e33d8cff5ee6716b.tar.bz2 arching-kaos-tools-a2c09b0fda343f47507f5ad0e33d8cff5ee6716b.zip |
Possible bug fix
-rwxr-xr-x | lib/_ak_ipfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_ipfs b/lib/_ak_ipfs index b15c690..e6b0655 100755 --- a/lib/_ak_ipfs +++ b/lib/_ak_ipfs @@ -201,7 +201,7 @@ _ak_ipfs_files_stat(){ if [ $? -ne 0 ] then _ak_log_error "Failed to get file's stats $1" - exit 1 + #exit 1 fi } |