From ac1a1187806dd6d54e641ce02aafd4b054ab8148 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 Nov 2020 11:09:54 +0100 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index b814429..5d4ccc0 100644 --- a/scripts/install +++ b/scripts/install @@ -114,11 +114,11 @@ mkdir -p "/var/log/$app" # STANDARD MODIFICATIONS #================================================= -# Add users -# We can't use the official helper because we need to set the shell for the login -test getent passwd "$app" &>/dev/null || \ - useradd -d "/home/$app" --system --user-group "$app" --shell /bin/bash || \ - ynh_die "Unable to create $app system account" +# # Add users +# # We can't use the official helper because we need to set the shell for the login +# test getent passwd "$app" &>/dev/null || \ +# useradd -d "/home/$app" --system --user-group "$app" --shell /bin/bash || \ +# ynh_die "Unable to create $app system account" #================================================= # MODIFY A CONFIG FILE