diff options
| author | tv <tv@also> | 2011-05-28 12:42:32 +0200 | 
|---|---|---|
| committer | tv <tv@also> | 2011-05-28 12:42:32 +0200 | 
| commit | 5d193dbb26b634891d845ebf836244a1209e9e88 (patch) | |
| tree | 67d1489e49ecf22b9f174237da9f8516e7d9fb0e /modules/retiolum/bin/update_tinc_hosts | |
| parent | b0a176af2c688524f38a17ffbfbd925055620743 (diff) | |
update_tinc_hosts: use stds conforming errmsgs
Diffstat (limited to 'modules/retiolum/bin/update_tinc_hosts')
| -rwxr-xr-x | modules/retiolum/bin/update_tinc_hosts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/retiolum/bin/update_tinc_hosts b/modules/retiolum/bin/update_tinc_hosts index 31c8a398..2d5cf957 100755 --- a/modules/retiolum/bin/update_tinc_hosts +++ b/modules/retiolum/bin/update_tinc_hosts @@ -28,6 +28,6 @@ case "${1-imstupid}" in      sed -ie "/^$bs$/,/^$es$/d" $hosts       ;;    (*) -    echo 'You are made of stupid!' >&2 +    echo 'Error 1: You are made of stupid!' >&2      exit 23  esac | 
