Update adduser.sh
Browse files- 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="
|
| 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
|