Skip to content

Commit aee6fc3

Browse files
committed
debian: Copy the contents of the old ~cloud directory to the new location
1 parent c98244f commit aee6fc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debian/cloudstack-management.postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$1" = configure ]; then
2020
if ! getent passwd cloud >/dev/null; then
2121
adduser --quiet --system --group --no-create-home --home /var/lib/cloudstack/management cloud
2222
else
23-
usermod -m /var/lib/cloudstack/management cloud
23+
usermod -m -d /var/lib/cloudstack/management cloud
2424
fi
2525
chown cloud /var/log/cloudstack/management
26-
fi
26+
fi

0 commit comments

Comments
 (0)