summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-10-02 20:12:43 -0300
committerRenato Botelho <renato@netgate.com>2017-10-02 20:13:27 -0300
commit28837c4d221115da7438166f952cc607bb46caae (patch)
treeec3152a74234746020443204e0d676c341eb678b
parente39980599181a2b23c6b59a37e8adf62ccdf84f7 (diff)
downloadpfsense-28837c4d221115da7438166f952cc607bb46caae.zip
pfsense-28837c4d221115da7438166f952cc607bb46caae.tar.gz
Fix path
-rw-r--r--tools/builder_defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 8f7739e..4447e54 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:-"/staging/ce"}
+ export RSYNCPATH=${RSYNCPATH:-"/staging/ce/images"}
else
export RSYNCIP=${RSYNCIP:-"nfs1.nyi.netgate.com"}
export RSYNCUSER=${RSYNCUSER:-"wwwsync"}
OpenPOWER on IntegriCloud