summaryrefslogtreecommitdiff
path: root/kogaionlive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kogaionlive.sh')
-rwxr-xr-xkogaionlive.sh2
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() {