mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-24 19:09:06 +01:00
Clean template cache during upgradeFromGit
This commit is contained in:
parent
d909b5aad5
commit
4f1b44fdda
1 changed files with 10 additions and 0 deletions
|
@ -87,6 +87,16 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
msg "\t\t-> Clean template cache : " -en
|
||||
rm -f $ROOT_DIR/public_html/tmp/*.tpl.php
|
||||
if [ $? -gt 0 ]
|
||||
then
|
||||
msg "Error"
|
||||
exit 1
|
||||
else
|
||||
msg "Ok"
|
||||
fi
|
||||
|
||||
msg "-> Verification of git repos state : "
|
||||
git status >> $LOG_FILE 2>&1
|
||||
if [ "$ETAT" != "" ]
|
||||
|
|
Loading…
Reference in a new issue