changed freesation04 to freestation7 and changed packages in MV
[fai-configs.git] / scripts / IKIWIKI / 10-ikiwiki.sh
index 274dda67fb22951a7dc7a556c8913b5e86452319..bfd538754c246ae86c275fb1ec6d142901bb6aaa 100755 (executable)
@@ -8,3 +8,10 @@ fi
 if ! $ROOTCMD test -e /home/ikiwiki/.ssh/id_rsa; then
     $ROOTCMD echo | $ROOTCMD sudo -u ikiwiki ssh-keygen -N ''
 fi
+
+# Configure for remote use 
+fcopy /home/ikiwiki/.ssh/config
+
+# Configure git
+$ROOTCMD git config --global user.name "WebUI"
+$ROOMCMD git config --global user.email "ikiwiki@gluestick.office.fsf.org"