| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/deskutils/conkyforecast/files/ |
Upload File : |
--- conkyForecast.orig 2011-09-12 18:05:15.686489911 +0400 +++ conkyForecast 2011-09-12 18:05:39.133432190 +0400 @@ -1,17 +1,6 @@ #! /bin/sh cd /usr/share/conkyforecast/ -if [ -f /usr/bin/python2 ]; then - pythoncmd="/usr/bin/python2" -elif [ -f /usr/bin/python2.7 ] ; then - pythoncmd="/usr/bin/python2.7" -elif [ -f /usr/bin/python2.6 ] ; then - pythoncmd="/usr/bin/python2.6" -else - # here's hoping! - pythoncmd="/usr/bin/python" -fi - pythonfile="/usr/share/conkyforecast/conkyForecast.py" -exec $pythoncmd $pythonfile "$@" +/usr/bin/env python $pythonfile "$@"