diff options
-rw-r--r-- | debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 6330486c2..c8c5a5aee 100644 --- a/debian/postinst +++ b/debian/postinst @@ -17,6 +17,7 @@ case "$1" in --no-create-home \ --disabled-login \ --gecos "$SERVER_NAME" \ + --force-badname \ $SERVER_USER chown $SERVER_USER: $SERVER_HOME $SERVER_LOG |