]> gitweb.fluxo.info Git - hydra.git/commitdiff
Comment out message about admin.example.org
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Feb 2017 18:26:08 +0000 (15:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Feb 2017 18:26:08 +0000 (15:26 -0300)
share/hydra/init

index 2caf1c58062dc226199869ad7440add007b74615..9979f9f6ae5b28fa074df0bcabca43bec5335d77 100755 (executable)
@@ -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