Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Sep 29, 2017
1 parent 433a54e commit e399805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit e399805

Please sign in to comment.