bug fix to mautic and default php

This commit is contained in:
usman@cyberpersons.com 2023-07-24 16:56:58 +05:00
parent 6d3ebab7c8
commit 8817d13c3b
1 changed files with 1 additions and 1 deletions

View File

@ -1880,7 +1880,7 @@ echo "echo \$@ > /etc/cyberpanel/adminPass" >> /usr/bin/adminPass
chmod 700 /usr/bin/adminPass
rm -f /usr/bin/php
ln -s /usr/local/lsws/lsphp74/bin/php /usr/bin/php
ln -s /usr/local/lsws/lsphp80/bin/php /usr/bin/php
if [[ "$Server_OS" = "CentOS" ]] ; then
#all centos 7/8 post change goes here