aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-profile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-profile')
-rwxr-xr-xbin/ak-profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ak-profile b/bin/ak-profile
index 891dbac..eaf8e0b 100755
--- a/bin/ak-profile
+++ b/bin/ak-profile
@@ -46,7 +46,7 @@ ZPROFILEDIR="$AK_WORKDIR/profile"
source $AK_LIBDIR/_ak_lib_load
_ak_lib_load _ak_log
_ak_lib_load _ak_script
-_ak_lib_load _ak_utils
+_ak_lib_load _ak_datetime
_ak_lib_load _ak_ipfs
_ak_lib_load _ak_gpg
_ak_lib_load _ak_zblock
@@ -235,7 +235,8 @@ if [ ! -z $1 ]; then
-a | --add) _ak_modules_profile_add $2; exit;;
-s | --set) _ak_modules_profile_propset $2 "$3"; exit;;
-g | --get) _ak_modules_profile_propget $2; exit;;
- * ) _ak_usage;;
+ * ) _ak_usage err;;
esac
-else _ak_usage
+else
+ _ak_usage err
fi