diff --git a/entrypoint.sh b/entrypoint.sh index 7e2a63f..353aa46 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,10 @@ # Entrypoint script should be pure bash. # +# Debugging helpers: +#PS4=':${LINENO}+' # Show line numbers +#set -x # Trace commands + # # Support arguments (this recommend but not required): # -f Execute file on host, print the result and exit