Closed OneCDOnly closed 1 year ago
This is occurring in the package_routines
file.
pkg_post_install()
{
QPKG_PATH=$(/sbin/getcfg $QPKG_NAME Install_Path -f /etc/config/qpkg.conf)
conf_pathfile=$QPKG_PATH/config/core.conf
geoip_pathfile=$QPKG_PATH/config/GeoIP.dat
$CMD_SED -i "s|/opt/share/GeoIP/GeoIP.dat|$geoip_pathfile|" $conf_pathfile
}
May need to shift this into the service script.
Looks like
sed
is trying to operate on app config file, before config default is in-place.