From 1a86875059530a7f6e8239ccd20d1bcb985597f3 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 17 Nov 2024 16:24:13 +0100 Subject: [PATCH] sspatch: fix syntax Signed-off-by: AuxXxilium --- sspatch/all/usr/bin/sspatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sspatch/all/usr/bin/sspatch.sh b/sspatch/all/usr/bin/sspatch.sh index 5290df7..11f3d44 100755 --- a/sspatch/all/usr/bin/sspatch.sh +++ b/sspatch/all/usr/bin/sspatch.sh @@ -74,7 +74,7 @@ if [ -d "${SSPATH}" ]; then echo "sspatch: SurveillanceStation Version not supported" fi - if [ "${SSPATCH}" == "true" ]; then + if [ "${SSPATCH}" = "true" ]; then copy_file ${SSPATH}/lib libssutils.so ${PATCHPATHSS} 0644 copy_file ${SSPATH}/sbin sscmshostd ${PATCHPATHSS} 0755 copy_file ${SSPATH}/sbin sscored ${PATCHPATHSS} 0755