aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-zchain-reset
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-03-01 19:26:24 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-03-01 19:26:24 +0200
commitf8d2236e55e5c369b218017d1de1058d6a8ee361 (patch)
tree1cdd4ea1476c3062d3dd38ee1ba62d6bb98eb680 /bin/ak-zchain-reset
parent7affa2082f61455a413d0c8fea08e79935d4f308 (diff)
downloadarching-kaos-tools-f8d2236e55e5c369b218017d1de1058d6a8ee361.tar.gz
arching-kaos-tools-f8d2236e55e5c369b218017d1de1058d6a8ee361.tar.bz2
arching-kaos-tools-f8d2236e55e5c369b218017d1de1058d6a8ee361.zip
Log formatting adjustment
Diffstat (limited to 'bin/ak-zchain-reset')
-rwxr-xr-xbin/ak-zchain-reset4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-zchain-reset b/bin/ak-zchain-reset
index 8b72810..f19e1b0 100755
--- a/bin/ak-zchain-reset
+++ b/bin/ak-zchain-reset
@@ -1,5 +1,5 @@
#!/bin/bash
-PROGRAM=$(basename $0)
+PROGRAM=$(basename $0)
usage(){
echo "$PROGRAM - Zchain reset"
echo ""
@@ -42,7 +42,7 @@ reset (){
ak-config publish
if [ "$?" -ne 0 ]
then
- logit "[ERROR]" "Could not publish new configuration"
+ logit "ERROR" "Could not publish new configuration"
exit 1
fi