initial commit
This commit is contained in:
6
image-entry.d/02-nonroot.envsh
Executable file
6
image-entry.d/02-nonroot.envsh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
unset IEP_ROOT ; IEP_ROOT=1
|
||||
# [ "$(env stat -Lc %u /proc/$$)" = 0 ] || IEP_ROOT=0
|
||||
[ "$(id -u)" = 0 ] || IEP_ROOT=0
|
||||
export IEP_ROOT
|
Reference in New Issue
Block a user