mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix path
This commit is contained in:
parent
e399805991
commit
28837c4d22
@ -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"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user