Loading backend-sample-app.py +0 −1 Original line number Diff line number Diff line #!/bin/sh ''''which python2 >/dev/null && exec python2 "$0" "$@" # ''' ''''which python >/dev/null && exec python "$0" "$@" # ''' # Copyright (C) 2014-2015 Nginx, Inc. Loading nginx-ldap-auth-daemon.py +0 −1 Original line number Diff line number Diff line #!/bin/sh ''''[ -z $LOG ] && export LOG=/dev/stdout # ''' ''''which python2 >/dev/null && exec python2 -u "$0" "$@" >> $LOG 2>&1 # ''' ''''which python >/dev/null && exec python -u "$0" "$@" >> $LOG 2>&1 # ''' # Copyright (C) 2014-2015 Nginx, Inc. Loading Loading
backend-sample-app.py +0 −1 Original line number Diff line number Diff line #!/bin/sh ''''which python2 >/dev/null && exec python2 "$0" "$@" # ''' ''''which python >/dev/null && exec python "$0" "$@" # ''' # Copyright (C) 2014-2015 Nginx, Inc. Loading
nginx-ldap-auth-daemon.py +0 −1 Original line number Diff line number Diff line #!/bin/sh ''''[ -z $LOG ] && export LOG=/dev/stdout # ''' ''''which python2 >/dev/null && exec python2 -u "$0" "$@" >> $LOG 2>&1 # ''' ''''which python >/dev/null && exec python -u "$0" "$@" >> $LOG 2>&1 # ''' # Copyright (C) 2014-2015 Nginx, Inc. Loading