1
0
angie-conv-image/image-entry.d/02-nonroot.envsh

8 lines
140 B
Plaintext
Raw Normal View History

2024-09-17 14:11:00 +03:00
#!/bin/sh
unset IEP_ROOT
IEP_ROOT=1
2024-09-30 20:45:03 +03:00
# [ "$(env stat -Lc %u /proc/$$)" = 0 ] || IEP_ROOT=0
[ "$(id -u)" = 0 ] || IEP_ROOT=0
2024-09-17 14:11:00 +03:00
export IEP_ROOT