mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix reverse check
This commit is contained in:
parent
c833432e7f
commit
d7972440bf
@ -1592,7 +1592,7 @@ finish() {
|
||||
pkg_repo_rsync() {
|
||||
local _repo_path="${1}"
|
||||
|
||||
if [ -z "${DO_NOT_UPLOAD}" -o -z "${_repo_path}" -o ! -d "${_repo_path}" ]; then
|
||||
if [ -n "${DO_NOT_UPLOAD}" -o -z "${_repo_path}" -o ! -d "${_repo_path}" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user