diff options
author | EUcancER <root@euer.krebsco.de> | 2012-07-16 16:40:40 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-07-16 16:40:40 +0200 |
commit | f26978c69e504fc82fabe84b78588ee59abd7518 (patch) | |
tree | c9b90bc63492648dc7f79ec46b1209bedb822f80 /retiolum/bin/update_tinc_hosts | |
parent | 3dcd5cf2a9650a8d91afbbfaab49ee054ddd6185 (diff) | |
parent | f1cd7451b628c6326c5327f6e3440e4ec68724f5 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/bin/update_tinc_hosts')
-rwxr-xr-x | retiolum/bin/update_tinc_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/update_tinc_hosts b/retiolum/bin/update_tinc_hosts index b3529a7f..7be30c2a 100755 --- a/retiolum/bin/update_tinc_hosts +++ b/retiolum/bin/update_tinc_hosts @@ -17,7 +17,7 @@ es='# END OF RETIOLUM' case "${*-I am made of stupid}" in (start|restart) - hosts | grep -P "^(10|42)" | $0 replace magic + hosts | egrep "^(10|42)" | $0 replace magic ;; (stop) $0 clear magic |