SBlack commited on
Commit
f517392
·
1 Parent(s): 4cea075

Update adduser.sh

Browse files
Files changed (1) hide show
  1. adduser.sh +1 -1
adduser.sh CHANGED
@@ -7,7 +7,7 @@ if [ "$(id -u)" != "0" ]; then
7
  fi
8
 
9
  # Create a new user
10
- user="sd"
11
  password="123"
12
 
13
  # Check if a user with the given name already exists
 
7
  fi
8
 
9
  # Create a new user
10
+ user="user"
11
  password="123"
12
 
13
  # Check if a user with the given name already exists