From 30877266081d3ffb669688861b0aee471ba901c4 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Wed, 29 Jul 2020 12:16:33 +0200 Subject: profile: UID_MIN (normal user UIDS) start at 1000, not 500 --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index 249b1cb..7a5a6d5 100644 --- a/profile +++ b/profile @@ -3,7 +3,7 @@ loginsh=1 -if [ "$UID" -ge 500 ] ; then +if [ "$UID" -ge 1000 ] ; then if ! echo ${PATH} |grep -q /usr/local/games ; then PATH=$PATH:/usr/local/games fi -- cgit v1.2.1