Skip to content

Commit

Permalink
Update system.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Feb 2, 2025
1 parent 0078763 commit 9f3f60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yiimp_single/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ if [[ ("$DISTRO" == "20" ) || "$DISTRO" == "22" || "$DISTRO" == "23" || "$DISTRO
sudo systemctl status php8.2-fpm | sed -n "1,3p"
fi

echo -e "$CYAN => Fixing DB connection issue... ${NC}"
sudo update-alternatives --set php /usr/bin/php7.3
#echo -e "$CYAN => Fixing DB connection issue... ${NC}"
#sudo update-alternatives --set php /usr/bin/php7.3

echo
echo -e "$CYAN => Cloning Yiimp Repo <= ${NC}"
Expand Down

0 comments on commit 9f3f60a

Please sign in to comment.