diff options
Diffstat (limited to 'retiolum')
-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` |