at 18.09-beta 21 lines 462 B view raw
1diff --git a/libexec/functions b/libexec/functions 2index bc68107..6c2211c 100644 3--- a/libexec/functions 4+++ b/libexec/functions 5@@ -29,16 +29,6 @@ if [ -z "${SINGULARITY_MESSAGELEVEL:-}" ]; then 6 SINGULARITY_MESSAGELEVEL=5 7 fi 8 9-if [ -z "${USER:-}" ]; then 10- USER=`id -un` 11- export USER 12-fi 13-if [ -z "${HOME:-}" ]; then 14- HOME=`getent passwd "$USER" | cut -d : -f 6` 15- export HOME 16-fi 17- 18- 19 message() { 20 LEVEL="${1:-}" 21 MESSAGE="${2:-}"