Browse Source

Added themes repository

master
Chris 6 years ago
parent
commit
47233847c4
  1. 2
      admin/generate.sh

2
admin/generate.sh

@ -115,7 +115,7 @@ if [ ! -d $TMPGIT_HUGO ]
then then
# jetzt clonen wir das Repository in den temporären Ordner # jetzt clonen wir das Repository in den temporären Ordner
mkdir -v $TMPGIT_HUGO 2>&1 | tee -a $LOG mkdir -v $TMPGIT_HUGO 2>&1 | tee -a $LOG
git clone $GIT_HUGO $TMPGIT_HUGO 2>&1 | tee -a $LOG git clone --recursive $GIT_HUGO $TMPGIT_HUGO 2>&1 | tee -a $LOG
else else
cd $TMPGIT_HUGO && git pull $GIT_HUGO 2>&1 | tee -a $LOG cd $TMPGIT_HUGO && git pull $GIT_HUGO 2>&1 | tee -a $LOG
fi fi

Loading…
Cancel
Save