Skip to content

Commit ed12f79

Browse files
author
Alexandros
committed
Fixed php-fpm pool removal on unsuspend user
1 parent bc69055 commit ed12f79

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
4242
- Implement additional debug informations for LE validation, thanks to @shakaran.
4343
- Do not notify user if the backups are triggered from cronjob.
4444
- Fixed issue with suspending resources when logged directly as a normal user.
45+
- Fixed issue with unsuspending a user, PHP-FPM website pool configuration was being deleted.
4546

4647
## [1.0.6] - 2019-09-24 - Hotfix
4748
### Bugfixes

bin/v-add-web-domain-backend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ check_args '2' "$#" 'USER DOMAIN [TEMPLATE] [RESTART]'
2929
is_format_valid 'user' 'domain'
3030
is_system_enabled "$WEB_BACKEND" 'WEB_BACKEND'
3131
is_object_valid 'user' 'USER' "$user"
32-
is_object_unsuspended 'user' 'USER' "$user"
3332
is_backend_template_valid "$template"
3433

3534
# Perform verification if read-only mode is enabled

0 commit comments

Comments
 (0)