Halo,
I create custom script all_post.sh that need restart service like apache.
but when click save button in ssl, process loading and hang.
Thanks in advance
I create custom script all_post.sh that need restart service like apache.
Code:
#!/bin/sh
if [ "$command" = "/CMD_SSL" ] && [ "$submit" = "Save" ]; then
bla bla bla...
service httpd restart
fi
exit 0
but when click save button in ssl, process loading and hang.
Thanks in advance