diff options
author | Renato Botelho <renato@netgate.com> | 2017-09-29 18:43:58 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-09-29 18:43:58 -0300 |
commit | e39980599181a2b23c6b59a37e8adf62ccdf84f7 (patch) | |
tree | 95ac2e003e13ab3b18f1be6643ce56b7d07e4935 /tools | |
parent | 433a54eddebf95febcd35cc9f590935bc511809c (diff) | |
download | pfsense-e39980599181a2b23c6b59a37e8adf62ccdf84f7.zip pfsense-e39980599181a2b23c6b59a37e8adf62ccdf84f7.tar.gz |
Fix path
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builder_defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh index aa51b13..8f7739e 100644 --- a/tools/builder_defaults.sh +++ b/tools/builder_defaults.sh @@ -329,7 +329,7 @@ export VARIANTUPDATES="" if [ -n "${_IS_RELEASE}" ]; then export RSYNCIP=${RSYNCIP:-"release-staging.netgate.com"} export RSYNCUSER=${RSYNCUSER:-"wwwsync"} - export RSYNCPATH=${RSYNCPATH:-"/storage/ce"} + export RSYNCPATH=${RSYNCPATH:-"/staging/ce"} else export RSYNCIP=${RSYNCIP:-"nfs1.nyi.netgate.com"} export RSYNCUSER=${RSYNCUSER:-"wwwsync"} |