diff options
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static index bbc7198d..85aab03b 100755 --- a/process-static +++ b/process-static @@ -11,7 +11,7 @@ else fi if ! flock -n $fd; then - echo deploy_static already locked >&2 + echo already processing/deploying static files >&2 exit 1 fi |
