diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 08:25:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 08:25:05 +0000 |
commit | acc8e8a3b5cb31edf12381c16fb5b7b4c66eed59 (patch) | |
tree | aa09d8466bcdc20bd42dd2ec06e8d87f2a05c716 | |
parent | 5f120ae34681a55a61ced78d0c482a3ac9375345 (diff) |
i meant 1000 not 10000
-rwxr-xr-x | kogaionlive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kogaionlive.sh b/kogaionlive.sh index 7aaa6b6..e5caf98 100755 --- a/kogaionlive.sh +++ b/kogaionlive.sh @@ -12,7 +12,7 @@ checkroot () { } kogaion_add_live_user() { - /usr/sbin/useradd -u 10000 -g 100 -o -m -s /bin/bash "$liveuser" > /dev/null 2>&1 + /usr/sbin/useradd -u 1000 -g 100 -o -m -s /bin/bash "$liveuser" > /dev/null 2>&1 } kogaion_live_user_groups() { |