mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
sqg: use the configs from /etc
if I have set a different version or repo, then sqg ought to just use those new variables. It's every install that I have to add this because I switch sbopkg.conf to "SBo-git"/"current", and then `sqg` can't find the SBo/14.2 or whatever repo. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e8a4142814
commit
2d8a4e0789
@ -31,6 +31,10 @@
|
|||||||
|
|
||||||
SBOPKG_CONF=${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}
|
SBOPKG_CONF=${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}
|
||||||
|
|
||||||
|
if [ -e "${SBOPKG_CONF}" ] ; then
|
||||||
|
source "${SBOPKG_CONF}"
|
||||||
|
fi
|
||||||
|
|
||||||
### NO CHANGES SHOULD BE NECESSARY BELOW THIS LINE ###
|
### NO CHANGES SHOULD BE NECESSARY BELOW THIS LINE ###
|
||||||
|
|
||||||
# source all sqg functions
|
# source all sqg functions
|
||||||
|
Loading…
Reference in New Issue
Block a user