diff --git a/sspatch/all/usr/bin/sspatch.sh b/sspatch/all/usr/bin/sspatch.sh index 362a0c0..25bdbad 100755 --- a/sspatch/all/usr/bin/sspatch.sh +++ b/sspatch/all/usr/bin/sspatch.sh @@ -18,7 +18,7 @@ function copy_file() { chown SurveillanceStation:SurveillanceStation "${target}/${file}" chmod "${mode}" "${target}/${file}" else - if [ "${file}" == "ssrtmpclientd" ]; then + if [ "${file}" == "ssrtmpclientd" ] || [ "${file}" == "libssutils.org.so" ]; then echo "sspatch: ${file} not found, skipping" return 0 else @@ -96,4 +96,4 @@ if [ -d "${SSPATH}" ]; then /usr/syno/bin/synopkg restart SurveillanceStation fi -exit 0 \ No newline at end of file +exit 0