Commit ab83d8aa authored by Vitaly Lipatov's avatar Vitaly Lipatov

add gyle.eter support

parent cff53393
......@@ -102,9 +102,9 @@ set_gear_host()
GITHOST="$GIRARHOST"
GEARHOST="$GITHOST"
[ "$GEARHOST" = "gitery" ] && GEARHOST="gyle" && return
if [ ! "$GEARHOST" = "git.eter" ] ; then
[ "$GEARHOST" = "gitery.eter" ] && GEARHOST="gyle.eter" && return
[ "$GEARHOST" = "git.eter" ] && GEARHOST="gyle.eter" && return
GEARHOST="${GITHOST/git./gear.}"
fi
return 0
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment