aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_zchain
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_zchain')
-rwxr-xr-xlib/_ak_zchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain
index d6925bf..d15048a 100755
--- a/lib/_ak_zchain
+++ b/lib/_ak_zchain
@@ -29,7 +29,7 @@ _ak_zchain_reset(){
if [ $? != 0 ]; then exit 1; fi
ak-config --publish
- if [ "$?" -ne 0 ]
+ if [ $? -ne 0 ]
then
_ak_log_error "Could not publish new configuration"
exit 1
@@ -68,7 +68,7 @@ _ak_zchain_rebase(){
if [ $? != 0 ]; then exit 1; fi
ak-config --publish
- if [ "$?" -ne 0 ]
+ if [ $? -ne 0 ]
then
_ak_log_error "Could not publish new configuration"
exit 1