aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/profile b/bin/profile
index 19e73d2..739edd3 100755
--- a/bin/profile
+++ b/bin/profile
@@ -9,9 +9,9 @@ if [ ! -d $ZPROFILEDIR ]; then
echo "Qmetc" >> README
git add README
git commit -m "Initiated profile repository"
- logthis "zprofiledir created along with git repo"
+ logthis "[INFO]" "zprofiledir created along with git repo"
else
- logthis "zprofiledir found"
+ logthis "[INFO]" "zprofiledir found"
fi
tempassin(){
if [ ! -z $1 ]
@@ -32,7 +32,7 @@ tempassin(){
show(){
if [ ! -z $1 ]
then
- logthis "Working with $1"
+ logthis "[INFO]" "Working with $1"
echo '"data":"'$1'",'
echo '"'$1'":'$(ipfs cat $1)','
#ipfs cat $1