diff --git a/sspatch/all/usr/bin/sspatch.sh b/sspatch/all/usr/bin/sspatch.sh index 6fe535a..9cf66a0 100755 --- a/sspatch/all/usr/bin/sspatch.sh +++ b/sspatch/all/usr/bin/sspatch.sh @@ -60,7 +60,7 @@ if [ -d "${SSPATH}" ]; then copy_file ${SSPATH}/sbin ssdaemonmonitord ${PATCHPATH} 0755 copy_file ${SSPATH}/sbin ssexechelperd ${PATCHPATH} 0755 copy_file ${SSPATH}/sbin ssroutined ${PATCHPATH} 0755 - copy_file ${SSPATH}/sbin ssrtmpclientd ${PATCHPATH} 0755 + copy_file ${SSPATH}/sbin ssmessaged ${PATCHPATH} 0755 elif [ "${CHECKSUM}" == "92a8c8c75446daa7328a34acc67172e1f9f3af8229558766dbe5804a86c08a5e" ]; then echo "sspatch: SurveillanceStation Openvino 9.2.0-11289" tar -zxf "${PATCHPATH}/sspatch-openvino.tgz" -C "${PATCHPATH}/" @@ -70,7 +70,7 @@ if [ -d "${SSPATH}" ]; then copy_file ${SSPATH}/sbin ssdaemonmonitord ${PATCHPATH} 0755 copy_file ${SSPATH}/sbin ssexechelperd ${PATCHPATH} 0755 copy_file ${SSPATH}/sbin ssroutined ${PATCHPATH} 0755 - copy_file ${SSPATH}/sbin ssrtmpclientd ${PATCHPATH} 0755 + copy_file ${SSPATH}/sbin ssmessaged ${PATCHPATH} 0755 else echo "sspatch: SurveillanceStation Version not supported" fi diff --git a/sspatch/all/usr/lib/sspatch-openvino.tgz b/sspatch/all/usr/lib/sspatch-openvino.tgz index c742289..f58f756 100755 Binary files a/sspatch/all/usr/lib/sspatch-openvino.tgz and b/sspatch/all/usr/lib/sspatch-openvino.tgz differ diff --git a/sspatch/all/usr/lib/sspatch.tgz b/sspatch/all/usr/lib/sspatch.tgz index 654fb4d..532b70e 100755 Binary files a/sspatch/all/usr/lib/sspatch.tgz and b/sspatch/all/usr/lib/sspatch.tgz differ