diff options
author | Erich Eckner <git@eckner.net> | 2017-03-01 14:52:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-03-01 14:52:18 +0100 |
commit | 63dff6ddfd6e37bf5f0e8b81fea0ffb5bb10579b (patch) | |
tree | 2b8d6d4aa720f165b7a3616b041314cb642838f2 /update-ddns.in | |
parent | a7f9626ea9d5c5c9bb2fc53537cc3020160f9f43 (diff) | |
download | update-ddns-63dff6ddfd6e37bf5f0e8b81fea0ffb5bb10579b.tar.xz |
add version hint in script
Diffstat (limited to 'update-ddns.in')
-rw-r--r-- | update-ddns.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-ddns.in b/update-ddns.in index 0c27f35..205535a 100644 --- a/update-ddns.in +++ b/update-ddns.in @@ -1,5 +1,7 @@ #!/bin/bash +# version #VERSION# + set -e stty &> /dev/null || \ |