We want to disable PHP safe mode to each domain that we create. I tried adding an event to the "domain created" but it doesn't work ?
Event: Domain created
Priority: Normal
User: root
Command: /usr/local/psa/bin/domain.sh -u $NEW_DOMAIN_NAME -php_safe_mode false
This command works fine if I run it from bash .. why won't it work with the event manager ?
Event: Domain created
Priority: Normal
User: root
Command: /usr/local/psa/bin/domain.sh -u $NEW_DOMAIN_NAME -php_safe_mode false
This command works fine if I run it from bash .. why won't it work with the event manager ?