diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-02-01 03:40:25 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-02-01 03:40:25 +0200 |
commit | 3aaae3f2ace309f1a7e7d27b97e3a5d2c22c6304 (patch) | |
tree | a87972c3b9cd0cf487c5d87c2d50196307180149 /bin | |
parent | eda4db2f53bdecfb443558459d09bcc0690aa319 (diff) | |
download | arching-kaos-tools-3aaae3f2ace309f1a7e7d27b97e3a5d2c22c6304.tar.gz arching-kaos-tools-3aaae3f2ace309f1a7e7d27b97e3a5d2c22c6304.tar.bz2 arching-kaos-tools-3aaae3f2ace309f1a7e7d27b97e3a5d2c22c6304.zip |
Spacing
Diffstat (limited to 'bin')
-rw-r--r-- | bin/profile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |