From 30a2bc6cc950bcd460e5a3651ab869a732a0f50b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 30 Jun 2024 07:01:15 +0300 Subject: Refactoring --- bin/ak-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-profile') diff --git a/bin/ak-profile b/bin/ak-profile index c686f28..f4051eb 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -200,7 +200,7 @@ EOF fi _ak_zblock_pack "profile/add" $(pwd)/data - if [ "$?" -ne 0 ] + if [ $? -ne 0 ] then echo "error??" exit 1 -- cgit v1.2.3