Skip to content

Commit

Permalink
bug fix to mautic and default php
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jul 24, 2023
1 parent 6d3ebab commit 8817d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8817d13

Please sign in to comment.