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