Browse Source

Comment update

Eeems 10 years ago
parent
commit
7acf79120d
1 changed files with 11 additions and 11 deletions
  1. 11 11
      etc/sites.conf

+ 11 - 11
etc/sites.conf

@@ -1,13 +1,13 @@
-####################################################################################################################
-#                                                                                                                  #
-#                                        Site declaration                                                          #
-#                                                                                                                  #
-####################################################################################################################
+##########################################################################################################################
+#                                                                                                                        #
+#                                        Site declaration                                                                #
+#                                                                                                                        #
+##########################################################################################################################
 sites=()
 for f in `dirname $BASH_SOURCE`/sites.d/*; do source $f; done
-####################################################################################################################
-#                                                                                                                  #
-#                                       To Add a new site:                                                         #
-# sites+=([username]="username" [password]="password" [host]="hostname" [type]="ssh|ftp" [root]="root directory")  #
-#                                                                                                                  #
-####################################################################################################################
+##########################################################################################################################
+#                                                                                                                        #
+#                                       To Add a new site:                                                               #
+# sites+=([username]="username" [password]="password" [host]="hostname" [type]="ssh|ftp|rsync" [root]="root directory")  #
+#                                                                                                                        #
+##########################################################################################################################