diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-08 05:42:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-08 05:45:21 -0400 |
| commit | d2b52072779a57fb9651ef67701a9370e6510560 (patch) | |
| tree | 849a53bb7b183a8dccfca2fd474d2ad82b84bd18 /process-static | |
| parent | cc881bf6b7ee6dc34045a2048d838d112c3670b3 (diff) | |
improve flock error message
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 |
