forked from ISTI-ansible-roles/ansible-roles
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
exec /usr/bin/php {{ revive_maintenance_path }} {{ revive_domain }} > /var/log/revive_adserver_maintenance.log 2>&1
|
||
|
|
||
|
exit 0
|