From acc8e8a3b5cb31edf12381c16fb5b7b4c66eed59 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Mar 2016 08:25:05 +0000 Subject: i meant 1000 not 10000 --- kogaionlive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3