installation_admin.md
... ...
@@ -35,7 +35,7 @@ Options take the form of *OPTION_NAME="setting"*.
35 35
| SB_SITENAME | sbgrid-bene | The site name for your installation provided by SBGrid |
36 36
| SB_SITEKEY | xyxyxyxyxyxyxy | The installation key for your site provided by SBGrid |
37 37
| INSTALL_TARGET| /nfs/programs | The installation directory for the software |
38
-| RSYNC_ARGS | "%%--%%port 8080"| Advanced arguments to rsync. Can be used to workaround blocked rsync ports. |
38
+| RSYNC_ARGS | "--port 8080"| Advanced arguments to rsync. Can be used to workaround blocked rsync ports. |
39 39
| HTTP_PROXY | host.name:port | Proxy hostname and port for use by rsync and curl |
40 40
| POST_UPDATE_SCRIPT | /absolute/path/to/script|Optional script to be run after a successful software update |
41 41
| CRON_SCHEDULE | 5 1 * * * | Set a custom cron schedule |