Product version: Plesk Onyx 17.5.3 Update #47
Update date: 2018/05/10 15:21
Build date: 2017/03/17 16:00
OS version: CentOS 7.4.1708
Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
Architecture: 64-bit
Wrapper version: 1.2
Issue:
Event handler do not seem to be executed after domain creation or domain status update.
How to reproduce:
1. Create a simple custom script that logs to syslog when called:
Event handlers are not being executed
Update date: 2018/05/10 15:21
Build date: 2017/03/17 16:00
OS version: CentOS 7.4.1708
Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
Architecture: 64-bit
Wrapper version: 1.2
Issue:
Event handler do not seem to be executed after domain creation or domain status update.
How to reproduce:
1. Create a simple custom script that logs to syslog when called:
Code:
# cat /usr/sbin/plesk-test #!/bin/bash #...