From 3aaae3f2ace309f1a7e7d27b97e3a5d2c22c6304 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 1 Feb 2023 03:40:25 +0200 Subject: Spacing --- bin/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/profile b/bin/profile index f4c4b09..2bc61b9 100644 --- a/bin/profile +++ b/bin/profile @@ -32,6 +32,7 @@ tempassin(){ cd $TEMPASSIN # echo "$TEMPASSIN" } + # This is working with DATA blocks. DATA that matched profile/add ACTION # # The profile settings/configuration is part of the blockchain produced. @@ -64,6 +65,7 @@ propget(){ index fi } + propwrite(){ cat > $ZPROPERTY_FILE << EOF { @@ -83,6 +85,7 @@ EOF exit 1 fi } + propset(){ if [ ! -z $1 ] then @@ -179,6 +182,7 @@ EOF echo "File $FILE doesn't exist"; exit 2 fi + pack_z_block "profile/add" data if [ "$?" -ne 0 ] then -- cgit v1.2.3