diff --git a/cyberpanel_upgrade.sh b/cyberpanel_upgrade.sh index b1475d4b5..c343d3cb8 100644 --- a/cyberpanel_upgrade.sh +++ b/cyberpanel_upgrade.sh @@ -152,6 +152,7 @@ make cp lswsgi /usr/local/CyberCP/bin/ +sed -i 's|python2|python|g' /usr/bin/adminPass chmod 700 /usr/bin/adminPass if [[ -f /etc/cyberpanel/webadmin_passwd ]] ; then @@ -177,6 +178,7 @@ if [[ ! -f /usr/local/lsws/lsphp74/lib64/php/modules/zip.so ]] && [[ $SERVER_OS fi #fix the lsphp74-zip missing issue. +#change python2 to python ## systemctl restart lscpd