default PHP CLI to php74

This commit is contained in:
qtwrk
2021-03-17 14:16:54 +01:00
committed by GitHub
parent 6f608cf064
commit 2af70b5657

View File

@@ -1694,6 +1694,9 @@ echo '/usr/local/CyberPanel/bin/python /usr/local/CyberCP/plogical/adminPass.py
echo "systemctl restart lscpd" >> /usr/bin/adminPass
chmod 700 /usr/bin/adminPass
rm -f /usr/bin/php
ln -s /usr/local/lsws/lsphp74/bin/php /usr/bin/php
if [[ "$Server_OS" = "CentOS" ]] ; then
#all centos7/8 post change goes here