Corrected variable name

This commit is contained in:
Ubergeek 2019-03-18 12:20:54 +00:00
parent ad73b30665
commit 8a79171753
1 changed files with 1 additions and 1 deletions

View File

@ -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.";
}