bug fix to mautic and default php
This commit is contained in:
parent
6d3ebab7c8
commit
8817d13c3b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue