ci: restored changes for java8

This commit is contained in:
Geoff Bourne
2021-05-21 17:18:57 -05:00
parent 1dbdd7628a
commit 64b2783f19
3 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ if ! isTrue "${SKIP_SUDO:-false}" && [ $(id -u) = 0 ]; then
echo 'hosts: files dns' > /etc/nsswitch.conf
fi
exec gosu ${runAsUser}:${runAsGroup} ${SCRIPTS:-/}start-configuration $@
exec su-exec ${runAsUser}:${runAsGroup} ${SCRIPTS:-/}start-configuration $@
else
exec ${SCRIPTS:-/}start-configuration $@
fi