fix php-cgi references

This commit is contained in:
STRSHR 2016-10-09 00:07:42 +03:00
parent 9430eacdc3
commit 3a8e465067
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ sleep 0.025
echo -ne "Php-cgi........" echo -ne "Php-cgi........"
if ! hash php-cgi 2>/dev/null; then if ! hash php-cgi 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent"" echo -e "\e[1;31mInstalling ..."$transparent""
xterm $HOLD -title "Installing Php5-cgi" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install php-cgi xterm $HOLD -title "Installing php-cgi" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install php-cgi
else else
echo -e "\e[1;32mOK!"$transparent echo -e "\e[1;32mOK!"$transparent
fi fi

View File

@ -453,7 +453,7 @@ function checkdependences {
fi fi
sleep 0.025 sleep 0.025
echo -ne "Php5-cgi........" echo -ne "php-cgi........"
if ! [ -f /usr/bin/php-cgi ]; then if ! [ -f /usr/bin/php-cgi ]; then
echo -e "\e[1;31mNot installed"$transparent"" echo -e "\e[1;31mNot installed"$transparent""
exit=1 exit=1