set system default php on ubuntu 20.04

This commit is contained in:
Usman Nasir 2020-05-14 14:18:23 +05:00
parent de90bc7fef
commit 52e56c3bdb
1 changed files with 4 additions and 4 deletions

View File

@ -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 "