7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
unset IEP_ROOT
|
||
|
IEP_ROOT=1
|
||
|
[ "$(stat -c %u /proc/1)" = 0 ] || IEP_ROOT=0
|
||
|
export IEP_ROOT
|