diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 16:00:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 16:00:14 -0300 |
commit | 1340457dfab617b0d306a52f765e390d4cf8611f (patch) | |
tree | a28f43293416f1c1687265b73652128072e961a0 /share | |
parent | 4728fff2772a135c4fbf7351156d002f3d64bbe8 (diff) | |
download | hydra-1340457dfab617b0d306a52f765e390d4cf8611f.tar.gz hydra-1340457dfab617b0d306a52f765e390d4cf8611f.tar.bz2 |
TODO and comment
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/sync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/hydra/sync b/share/hydra/sync index c281478..ea636f8 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -26,6 +26,7 @@ function hydra_sync { continue fi + # Determine repository URL if [ ! -d "$HYDRA_FOLDER/$repository" ]; then if [ -e "$HYDRA_FOLDER/config/repository/url" ]; then url="`cat $HYDRA_FOLDER/config/repository/url`" |