diff options
| author | makefu <github@syntax-fehler.de> | 2011-11-29 17:09:23 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-11-29 17:09:23 +0100 |
| commit | f80d7eb87f8916601347168604b86e719d9df105 (patch) | |
| tree | 9df2a69e7804f05830bb2518b37a9d45a58a1e20 /retiolum/bin/hosts | |
| parent | ed55e0bc475e77c20eb25f09df8c1b13c415d69f (diff) | |
| parent | 41d1e4da237c87f88752adfc1b648ebf15df5af1 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/bin/hosts')
| -rwxr-xr-x | retiolum/bin/hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/hosts b/retiolum/bin/hosts index bd0c77dc..4856d494 100755 --- a/retiolum/bin/hosts +++ b/retiolum/bin/hosts @@ -7,7 +7,7 @@ cd /etc/tinc/$netname/hosts for i in `ls`; do sed -n ' - s|^ *Subnet *= *\([^ /]*\)\(/[0-9]*\)\? *$|\1\t'$i' '$i'.'$netname'|p + s|^ *Subnet *= *\([^ /]*\)\(/[0-9]*\)\? *$|\1\t'$i'.'$netname' '$i'|p ' $i done | sort |
