sspatch: fix syntax

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-11-17 16:24:13 +01:00
parent 2bdc9ecf7b
commit 1a86875059

View File

@ -74,7 +74,7 @@ if [ -d "${SSPATH}" ]; then
echo "sspatch: SurveillanceStation Version not supported" echo "sspatch: SurveillanceStation Version not supported"
fi fi
if [ "${SSPATCH}" == "true" ]; then if [ "${SSPATCH}" = "true" ]; then
copy_file ${SSPATH}/lib libssutils.so ${PATCHPATHSS} 0644 copy_file ${SSPATH}/lib libssutils.so ${PATCHPATHSS} 0644
copy_file ${SSPATH}/sbin sscmshostd ${PATCHPATHSS} 0755 copy_file ${SSPATH}/sbin sscmshostd ${PATCHPATHSS} 0755
copy_file ${SSPATH}/sbin sscored ${PATCHPATHSS} 0755 copy_file ${SSPATH}/sbin sscored ${PATCHPATHSS} 0755