mirror of https://github.com/apache/cloudstack.git
debian: remove old cache after upgrade
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit d4ead2c72a)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5fb5937cdb
commit
b9f705f238
|
|
@ -23,6 +23,8 @@ if [ "$1" = configure ]; then
|
|||
usermod -m -d /var/lib/cloudstack/management cloud || true
|
||||
fi
|
||||
|
||||
rm -fr /var/cache/cloudstack/management/work/*
|
||||
|
||||
for i in /var/cache/cloudstack/management \
|
||||
/var/cache/cloudstack/management/work \
|
||||
/var/cache/cloudstack/management/temp \
|
||||
|
|
|
|||
Loading…
Reference in New Issue