1
0
Эх сурвалжийг харах

Fixed php-fpm pool removal on unsuspend user

Alexandros 6 жил өмнө
parent
commit
ed12f79d25

+ 1 - 0
CHANGELOG.md

@@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
 - Implement additional debug informations for LE validation, thanks to @shakaran.
 - Do not notify user if the backups are triggered from cronjob.
 - Fixed issue with suspending resources when logged directly as a normal user.
+- Fixed issue with unsuspending a user, PHP-FPM website pool configuration was being deleted.
 
 ## [1.0.6] - 2019-09-24 - Hotfix
 ### Bugfixes

+ 0 - 1
bin/v-add-web-domain-backend

@@ -29,7 +29,6 @@ check_args '2' "$#" 'USER DOMAIN [TEMPLATE] [RESTART]'
 is_format_valid 'user' 'domain'
 is_system_enabled "$WEB_BACKEND" 'WEB_BACKEND'
 is_object_valid 'user' 'USER' "$user"
-is_object_unsuspended 'user' 'USER' "$user"
 is_backend_template_valid "$template"
 
 # Perform verification if read-only mode is enabled