diff --git a/Changelog.md b/Changelog.md index f9d95b6c..b13f0080 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 ) diff --git a/bin/v-edit-domain-php-ini b/bin/v-edit-domain-php-ini index 890ce047..9eadfcee 100644 --- a/bin/v-edit-domain-php-ini +++ b/bin/v-edit-domain-php-ini @@ -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." diff --git a/bin/v-edit-php-ini b/bin/v-edit-php-ini index 4874b8a0..0155e6bb 100644 --- a/bin/v-edit-php-ini +++ b/bin/v-edit-php-ini @@ -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." diff --git a/src/deb/latest.txt b/src/deb/latest.txt index df77dd74..bc58cb6b 100644 --- a/src/deb/latest.txt +++ b/src/deb/latest.txt @@ -1 +1 @@ -vesta-0.9.9-0-9 \ No newline at end of file +vesta-0.9.9-0-10 \ No newline at end of file