aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
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