mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +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}"
|
chown SurveillanceStation:SurveillanceStation "${target}/${file}"
|
||||||
chmod "${mode}" "${target}/${file}"
|
chmod "${mode}" "${target}/${file}"
|
||||||
else
|
else
|
||||||
if [ "${file}" == "ssrtmpclientd" ]; then
|
if [ "${file}" == "ssrtmpclientd" ] || [ "${file}" == "libssutils.org.so" ]; then
|
||||||
echo "sspatch: ${file} not found, skipping"
|
echo "sspatch: ${file} not found, skipping"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user