diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-20 15:26:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-20 15:26:08 -0300 |
commit | 4b3219640f73b0addb0f4ddd2d20ba7cddc4b8e8 (patch) | |
tree | 77114d31311a20edb76f99e3b6eaaa763e9a4663 | |
parent | 70e89b4c42c7deaebf4d848a735ee138775508fe (diff) | |
download | hydra-4b3219640f73b0addb0f4ddd2d20ba7cddc4b8e8.tar.gz hydra-4b3219640f73b0addb0f4ddd2d20ba7cddc4b8e8.tar.bz2 |
Comment out message about admin.example.org
-rwxr-xr-x | share/hydra/init | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/share/hydra/init b/share/hydra/init index 2caf1c5..9979f9f 100755 --- a/share/hydra/init +++ b/share/hydra/init @@ -106,27 +106,27 @@ echo "Registering hydra $HYDRA..." chmod 700 $BASEDIR echo "$HYDRA=\"$BASEDIR\"" >> $CONFIG -cat<<-EOF -Hydra suite relies heavilly in the address in the form of "admin.example.org" -as the repository server which hosts configuration. - -So make sure you have the following in your ~/.ssh/config: - - Host admin.example.org - HostName server.example.org - Port 22 - -Replace HostName by the address of the git repository server -and Port by it's SSH port. - -While HostName and Port might change in the future if you move your -repository for another server, having a fixed alias helps to keep -your git remotes always updated. -EOF - -# Prompt -echo "Press any key to continue, Ctrl-C to abort." -read response +#cat<<-EOF +#Hydra suite relies heavilly in the address in the form of "admin.example.org" +#as the repository server which hosts configuration. +# +#So make sure you have the following in your ~/.ssh/config: +# +# Host admin.example.org +# HostName server.example.org +# Port 22 +# +#Replace HostName by the address of the git repository server +#and Port by it's SSH port. +# +#While HostName and Port might change in the future if you move your +#repository for another server, having a fixed alias helps to keep +#your git remotes always updated. +#EOF +# +## Prompt +#echo "Press any key to continue, Ctrl-C to abort." +#read response # Sync repositories hydra $HYDRA sync |