From ef9c2653f181bcad8500f10b0413ca154dd08394 Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 3 Apr 2021 21:40:51 +0500 Subject: [PATCH] Forgot some replacements --- contrib/deb/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/deb/generate.sh b/contrib/deb/generate.sh index 215ab02..846d5ff 100755 --- a/contrib/deb/generate.sh +++ b/contrib/deb/generate.sh @@ -72,7 +72,7 @@ EOF cat > /tmp/$PKGNAME/debian/postinst << EOF #!/bin/sh -id -u somename &>/dev/null || useradd --system alfis || echo "Failed to create user 'alfis' - please create it manually and reinstall" +id -u alfis &>/dev/null || useradd --system alfis || echo "Failed to create user 'alfis' - please create it manually and reinstall" if ! getent group alfis 2>&1 > /dev/null; then groupadd --system --force alfis || echo "Failed to create group 'alfis' - please create it manually and reinstall"