diff --git a/29/fpm/entrypoint.sh b/29/fpm/entrypoint.sh index 8e178f2e..42001339 100755 --- a/29/fpm/entrypoint.sh +++ b/29/fpm/entrypoint.sh @@ -10,7 +10,7 @@ version_greater() { directory_empty() { [ -z "$(ls -A "$1/")" ] } - +echo " nothing " run_as() { if [ "$(id -u)" = 0 ]; then su -p "$user" -s /bin/sh -c "$1"