diff options
| author | tv <tv@also> | 2011-05-28 12:42:32 +0200 | 
|---|---|---|
| committer | tv <tv@also> | 2011-05-28 12:43:20 +0200 | 
| commit | 3a48858fbf629b695ea0bcba5394b96e56f8c32f (patch) | |
| tree | 67d1489e49ecf22b9f174237da9f8516e7d9fb0e | |
| parent | b0a176af2c688524f38a17ffbfbd925055620743 (diff) | |
update_tinc_hosts: use krebs-conforming errmsgs
| -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 | 
