We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98244f commit aee6fc3Copy full SHA for aee6fc3
1 file changed
debian/cloudstack-management.postinst
@@ -20,7 +20,7 @@ if [ "$1" = configure ]; then
20
if ! getent passwd cloud >/dev/null; then
21
adduser --quiet --system --group --no-create-home --home /var/lib/cloudstack/management cloud
22
else
23
- usermod -m /var/lib/cloudstack/management cloud
+ usermod -m -d /var/lib/cloudstack/management cloud
24
fi
25
chown cloud /var/log/cloudstack/management
26
-fi
+fi
0 commit comments