mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Version 0.9.9-0-10
This commit is contained in:
parent
cc3437c287
commit
9b0f9e5876
4 changed files with 8 additions and 1 deletions
|
@ -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]
|
||||
==================================================
|
||||
* Get quick info about a banned IP (Host, Banlist, Location) (many thanks to @VasilisParaschos )
|
||||
|
|
|
@ -76,6 +76,7 @@ if [ $? -ne 0 ]; then
|
|||
echo "========================="
|
||||
echo ""
|
||||
echo "ERROR: php${fpm_ver}-fpm restart failed - please re-run the command and fix the problem !!!"
|
||||
echo ""
|
||||
exit $E_RESTART;
|
||||
else
|
||||
echo "The PHP-FPM service for PHP version ${fpm_ver} has been restarted successfully."
|
||||
|
|
|
@ -57,6 +57,7 @@ if [ $? -ne 0 ]; then
|
|||
echo "========================="
|
||||
echo ""
|
||||
echo "ERROR: php${php_version}-fpm restart failed - please re-run the command and fix the problem !!!"
|
||||
echo ""
|
||||
exit $E_RESTART;
|
||||
else
|
||||
echo "The PHP-FPM service for PHP version ${php_version} has been restarted successfully."
|
||||
|
|
|
@ -1 +1 @@
|
|||
vesta-0.9.9-0-9
|
||||
vesta-0.9.9-0-10
|
Loading…
Add table
Add a link
Reference in a new issue