mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-23 23:10:17 +00:00
Corrected variable name
This commit is contained in:
@@ -25,7 +25,7 @@ syslog(LOG_INFO, 'Ansible Webhook recieved.');
|
||||
|
||||
|
||||
if ( time () - filemtime ( $lastrun ) > 300 ) {
|
||||
touch ( $dopfile );
|
||||
touch ( $dropfile );
|
||||
touch ( $lastrun );
|
||||
echo "HTTP 200 - Ansible webhook recieved.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user