mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Set uid/gid to previous default 102/82
This commit is contained in:
@@ -4,8 +4,8 @@ echo "---------------------------------------------------------
|
|||||||
[INSTALL] Run init.sh
|
[INSTALL] Run init.sh
|
||||||
---------------------------------------------------------"
|
---------------------------------------------------------"
|
||||||
|
|
||||||
DEFAULT_PUID=200
|
DEFAULT_PUID=102
|
||||||
DEFAULT_GID=200
|
DEFAULT_GID=82
|
||||||
|
|
||||||
PUID=${PUID:-${DEFAULT_PUID}}
|
PUID=${PUID:-${DEFAULT_PUID}}
|
||||||
PGID=${PGID:-${DEFAULT_GID}}
|
PGID=${PGID:-${DEFAULT_GID}}
|
||||||
|
|||||||
Reference in New Issue
Block a user