add_new_user.sh: changes user 'localadmin'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user