add_new_user.sh: changes user 'localadmin'

This commit is contained in:
2019-12-06 01:47:59 +01:00
parent c0e1a3bc3a
commit c505f61a81
2 changed files with 5 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ if ! id -u "${user_name}" > /dev/null 2>&1 ; then
user_uid=1050
user_gid=1050
elif [[ "$user_name" = 'localadmin' ]]; then
user_uid=1050
user_gid=1050
user_uid=1051
user_gid=1051
elif [[ "$user_name" = 'back' ]]; then
user_uid=1060
user_gid=1060