File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ check_args '2' "$#" 'USER DOMAIN [TEMPLATE] [RESTART]'
2929is_format_valid ' user' ' domain'
3030is_system_enabled " $WEB_BACKEND " ' WEB_BACKEND'
3131is_object_valid ' user' ' USER' " $user "
32- is_object_unsuspended ' user' ' USER' " $user "
3332is_backend_template_valid " $template "
3433
3534# Perform verification if read-only mode is enabled
You can’t perform that action at this time.
0 commit comments