diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/profile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/profile b/bin/profile index 739edd3..c779ba7 100755 --- a/bin/profile +++ b/bin/profile @@ -5,10 +5,10 @@ if [ ! -d $ZPROFILEDIR ]; then mkdir $ZPROFILEDIR cd $ZPROFILEDIR git init - echo "Profile repository" > README - echo "Qmetc" >> README - git add README - git commit -m "Initiated profile repository" +# echo "Profile repository" > README +# echo "Qmetc" >> README +# git add README +# git commit -m "Initiated profile repository" logthis "[INFO]" "zprofiledir created along with git repo" else logthis "[INFO]" "zprofiledir found" @@ -72,7 +72,7 @@ EOF add $ZPROPERTY_KEY echo "Adding to git repo..." cd $ZPROFILEDIR - git add $ZPROPERTY_KEY README + git add $ZPROPERTY_KEY git commit -m "Added ${ZPROPERTY_KEY} with ${ZPROPERTY_VALUE}" git clean --force else |