Commit: 4a58be2b90eb0df8ed9ab282adf58847d8c09fa3 Author: Anatol Belski <[email protected]> Fri, 15 Sep 2017 14:15:35 +0200 Parents: ed1333d79db39e741a428ab6cde387562fc3cd58 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=4a58be2b90eb0df8ed9ab282adf58847d8c09fa3 Log: Also don't create the lock file Changed paths: M bin/snapshot_task.bat Diff: diff --git a/bin/snapshot_task.bat b/bin/snapshot_task.bat index 64590ff..e651aee 100644 --- a/bin/snapshot_task.bat +++ b/bin/snapshot_task.bat @@ -23,7 +23,7 @@ rem ECHO Snapshot script is already running. rem GOTO EXIT_LOCKED rem ) -ECHO running > %LOCK_FILE% +rem ECHO running > %LOCK_FILE% if not exist "%PHP_RMTOOLS_ROOT_PATH%\data\config\credentials_ftps.php" ( echo FTP config %PHP_SDK_ROOT_PATH%\data\config\credentials_ftps.php not found >> %LOG_FILE% 2<&1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
