summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-28 13:56:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-28 13:56:38 -0300
commit76a11b199d30cbad368e6f373cbbc471b592f982 (patch)
tree9e033b7c03183857c681901e706cbec3ddd7b75a /share
parente012536c9fad6112ab08da272faef3527957a92f (diff)
downloadhydra-76a11b199d30cbad368e6f373cbbc471b592f982.tar.gz
hydra-76a11b199d30cbad368e6f373cbbc471b592f982.tar.bz2
Cleanup
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/import-key5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/hydra/import-key b/share/hydra/import-key
index ffffb06..f394f8c 100755
--- a/share/hydra/import-key
+++ b/share/hydra/import-key
@@ -28,11 +28,6 @@ if [ -z "$NODES" ]; then
NODES="`hydra $HYDRA nodes`"
fi
-# Validation
-if [ -z "$ORIGIN" ]; then
- ORIGIN="git://git.sarava.org/hydra.git"
-fi
-
# Deploy
for node in $NODES; do
if [ ! -z "$HOST" ]; then