mirror of https://github.com/apache/cloudstack.git
debian: Copy the contents of the old ~cloud directory to the new location
This commit is contained in:
parent
c98244f75d
commit
aee6fc3bce
|
|
@ -20,7 +20,7 @@ if [ "$1" = configure ]; then
|
|||
if ! getent passwd cloud >/dev/null; then
|
||||
adduser --quiet --system --group --no-create-home --home /var/lib/cloudstack/management cloud
|
||||
else
|
||||
usermod -m /var/lib/cloudstack/management cloud
|
||||
usermod -m -d /var/lib/cloudstack/management cloud
|
||||
fi
|
||||
chown cloud /var/log/cloudstack/management
|
||||
fi
|
||||
fi
|
||||
Loading…
Reference in New Issue