diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-12 17:12:45 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-12 17:12:45 +0200 |
commit | 688e7b73453780a57492156ae29387522396689d (patch) | |
tree | e90baceb86596d87d58be6baf13cc680e1063a40 /tools | |
parent | 81c711a7519d17251e24da0df12ab56e0785e683 (diff) |
Use /bin/sh rather than /bin/bash in scripts.
Using /bin/bash isn't portable.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/radsec-dynsrv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/radsec-dynsrv.sh b/tools/radsec-dynsrv.sh index c3c5c61..4d00f32 100755 --- a/tools/radsec-dynsrv.sh +++ b/tools/radsec-dynsrv.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # Example script! # This script looks up radsec srv records in DNS for the one |