mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
sspatch: fix
This commit is contained in:
parent
6fb653cab3
commit
2242bf7db0
@ -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
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user