diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-01-08 22:27:05 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-01-08 22:27:05 +0200 |
commit | 308354f0ff654f9a1b4ecf99630f575f8149ca41 (patch) | |
tree | 59379c252df9cc5fd247b427f95bf9cff1377eeb /bin | |
parent | f7cd24457c84358ca131c6ca5a77243ca7d95669 (diff) | |
download | arching-kaos-tools-308354f0ff654f9a1b4ecf99630f575f8149ca41.tar.gz arching-kaos-tools-308354f0ff654f9a1b4ecf99630f575f8149ca41.tar.bz2 arching-kaos-tools-308354f0ff654f9a1b4ecf99630f575f8149ca41.zip |
Forgot a line that outputs a brief JSON object for the data given
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ak-data-expand | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ak-data-expand b/bin/ak-data-expand index ea27e8d..e0cf828 100755 --- a/bin/ak-data-expand +++ b/bin/ak-data-expand @@ -88,6 +88,7 @@ then exit 1 fi logit "[INFO]" "Block signature verified" + echo -n '"'$1'":{"ipfs":"'$DATA'","detach":"'$DETACH'"},' exit 0 else echo "Usage: $PROGRAM HASH GPG" |