diff --git a/cyberpanel.sh b/cyberpanel.sh index 8038886a7..1f5721acd 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1042,10 +1042,6 @@ fi after_install fi -if [[ $UBUNTU_20 == "True" ]] ; then - cp /usr/local/lsws/lsphp73/bin/php /usr/bin -fi - } pip_virtualenv() { @@ -1308,6 +1304,10 @@ fi fi #fix php.ini & issue +if [[ $UBUNTU_20 == "True" ]] ; then + cp /usr/local/lsws/lsphp73/bin/php /usr/bin +fi + #clear echo "###################################################################" echo " CyberPanel Successfully Installed "