diff options
| author | tv <tv@iiso> | 2011-10-12 13:08:29 +0200 | 
|---|---|---|
| committer | tv <tv@iiso> | 2011-10-12 13:08:29 +0200 | 
| commit | 1cff2a9d548336ddcd8a2d732ed2cd348c8e6b79 (patch) | |
| tree | ec911170ebdffaaa9aecc100d81451dee4c92b16 | |
| parent | 979a90b5e238d3bdfea16599d93128cfd1475bc4 (diff) | |
//retiolum supernode-...: fix typo
| -rwxr-xr-x | retiolum/bin/supernode-update-hosts-and-hup | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/retiolum/bin/supernode-update-hosts-and-hup b/retiolum/bin/supernode-update-hosts-and-hup index bfba6409..b6b03c69 100755 --- a/retiolum/bin/supernode-update-hosts-and-hup +++ b/retiolum/bin/supernode-update-hosts-and-hup @@ -22,6 +22,7 @@ if curl -fsS \      _hrefs |      grep '^/krebscode/painload/blob/' |      grep -v "/blob/$old_commit/" >$temp1 +then    new_commit=`sed 's|^/krebscode/painload/blob/\([^/]*\)/.*|\1|;q' $temp1` | 
