mirror of
https://github.com/apache/cloudstack
synced 2026-08-10 00:16:08 +00:00
fix Bug 6715
clean up cache in /var/cache/cloud/
This commit is contained in:
parent
67928262f0
commit
6cc00a2f8a
@ -360,6 +360,7 @@ fi
|
||||
%pre client
|
||||
id %{name} > /dev/null 2>&1 || /usr/sbin/useradd -M -c "Cloud.com unprivileged user" \
|
||||
-r -s /bin/sh -d %{_sharedstatedir}/%{name}/management %{name}|| true
|
||||
rm -rf %{_localstatedir}/cache/%{name}
|
||||
# user harcoded here, also hardcoded on wscript
|
||||
|
||||
%post client
|
||||
|
||||
Loading…
Reference in New Issue
Block a user