Merged latest from master

This commit is contained in:
Geoff Bourne
2021-04-08 19:35:00 -05:00
6 changed files with 120 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
umask 0002
chmod g+w /data
if [ $(id -u) = 0 ]; then
if ! isTrue "${SKIP_SUDO:-false}" && [ $(id -u) = 0 ]; then
runAsUser=minecraft
runAsGroup=minecraft