Version 0.9.9-0-10

This commit is contained in:
myvesta 2024-04-11 20:55:41 +02:00 committed by GitHub
parent cc3437c287
commit 9b0f9e5876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 0.9.9-0-10 [11-Apr-2024]
==================================================
* Introducing v-edit-php-ini command
* Introducing v-edit-domain-php-ini command
Version 0.9.9-0-9 [05-Apr-2024] Version 0.9.9-0-9 [05-Apr-2024]
================================================== ==================================================
* Get quick info about a banned IP (Host, Banlist, Location) (many thanks to @VasilisParaschos ) * Get quick info about a banned IP (Host, Banlist, Location) (many thanks to @VasilisParaschos )

View file

@ -76,6 +76,7 @@ if [ $? -ne 0 ]; then
echo "=========================" echo "========================="
echo "" echo ""
echo "ERROR: php${fpm_ver}-fpm restart failed - please re-run the command and fix the problem !!!" echo "ERROR: php${fpm_ver}-fpm restart failed - please re-run the command and fix the problem !!!"
echo ""
exit $E_RESTART; exit $E_RESTART;
else else
echo "The PHP-FPM service for PHP version ${fpm_ver} has been restarted successfully." echo "The PHP-FPM service for PHP version ${fpm_ver} has been restarted successfully."

View file

@ -57,6 +57,7 @@ if [ $? -ne 0 ]; then
echo "=========================" echo "========================="
echo "" echo ""
echo "ERROR: php${php_version}-fpm restart failed - please re-run the command and fix the problem !!!" echo "ERROR: php${php_version}-fpm restart failed - please re-run the command and fix the problem !!!"
echo ""
exit $E_RESTART; exit $E_RESTART;
else else
echo "The PHP-FPM service for PHP version ${php_version} has been restarted successfully." echo "The PHP-FPM service for PHP version ${php_version} has been restarted successfully."

View file

@ -1 +1 @@
vesta-0.9.9-0-9 vesta-0.9.9-0-10