PHRAS-382 delete cache content after plugin install (#4272)

Co-authored-by: Moctar <diouf@alchemy.fr>
This commit is contained in:
Nicolas Maillat
2023-03-14 19:19:34 +01:00
committed by GitHub
parent 714a69f82f
commit 32ff2739ab
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ fi
./docker/phraseanet/plugins/console init
# rm -Rf cache/*
rm -Rf cache/*
#chown -R app:app \

View File

@@ -22,7 +22,7 @@ fi
./docker/phraseanet/plugins/console init
# rm -Rf cache/*
rm -Rf cache/*
#chown -R app:app \