diff options
Diffstat (limited to 'modules/retiolum/bin/hosts')
-rwxr-xr-x | modules/retiolum/bin/hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/retiolum/bin/hosts b/modules/retiolum/bin/hosts index e0a3d5fe..6939f52c 100755 --- a/modules/retiolum/bin/hosts +++ b/modules/retiolum/bin/hosts @@ -7,5 +7,5 @@ cd /etc/tinc/$netname/hosts for i in `ls`; do sed -rn 's|^ *Subnet *= *([^ /]*)(/[0-9]*)? *$|\1\t'$i' '$i'.'$netname'|p' $i -done +done | sort |