mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Note issue # opened against pkg(8)
This commit is contained in:
parent
efcf5e2ada
commit
c2af148776
@ -1721,6 +1721,9 @@ pkg_repo_rsync() {
|
||||
# For some reason pkg-repo fail without / in the end of directory name
|
||||
# so removing it will break command
|
||||
#
|
||||
# https://github.com/freebsd/pkg/issues/1364
|
||||
#
|
||||
#
|
||||
if script -aq ${_logfile} pkg repo ${_real_repo_path}/ \
|
||||
signing_command: ${PKG_REPO_SIGNING_COMMAND} >/dev/null 2>&1; then
|
||||
echo "Done!" | tee -a ${_logfile}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user