Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Feb 1, 2021
1 parent 4176c54 commit 7b0fad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spk/znc/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH="${SYNOPKG_PKGDEST}/bin:${PATH}"
ZNC="${SYNOPKG_PKGDEST}/bin/znc"
CERT_FILE="${SYNOPKG_PKGVAR}/znc.pem"
PYTHON3_LIB_PATH="/var/packages/python3/target/lib"
SERVICE_COMMAND="env LD_LIBRARY_PATH=${PYTHON3_LIB_PATH} ${ZNC} -d ${SYNOPKG_PKGDEST}/var"
SERVICE_COMMAND="env LD_LIBRARY_PATH=${PYTHON3_LIB_PATH} ${ZNC} -d ${SYNOPKG_PKGVAR}"
SVC_BACKGROUND=yes

service_postinst ()
Expand All @@ -16,7 +16,7 @@ service_postinst ()
sed -i -e "s,@certfile@,${CERT_FILE},g" ${SYNOPKG_PKGVAR}/configs/znc.conf
sed -i -e "s,@username@,${wizard_username:=admin},g" ${SYNOPKG_PKGVAR}/configs/znc.conf
sed -i -e "s,@password@,${wizard_password:=admin},g" ${SYNOPKG_PKGVAR}/configs/znc.conf
sed -i -e "s,@zncuser@,${EFF_USER},g" ${SYNOPKG_PKGDEST}/var/configs/oidentd.conf
sed -i -e "s,@zncuser@,${EFF_USER},g" ${SYNOPKG_PKGVAR}/configs/oidentd.conf
}

service_prestart ()
Expand Down

0 comments on commit 7b0fad6

Please sign in to comment.