Skip to content
Snippets Groups Projects

[RTOK] Fix stalling git process on update skins

Merged Laurent requested to merge fix_update_skins into master
Compare and
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -17,7 +17,7 @@ function gitpull() {
local filename=$2
cd "skins/"${skin} && \
git reset --hard HEAD && git pull --rebase > $LOGFILE 2>&1
git reset -q --hard HEAD && git pull --rebase > $LOGFILE 2>&1
cd -
updateFile $skin $filename 'action' "done"
updateFile $skin $filename 'log' "`cat ${LOGFILE}`"