mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
sspatch: add sanity check
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
083097737a
commit
efb4f03d47
@ -11,7 +11,7 @@ function copy_file() {
|
||||
local file="${2}"
|
||||
local input="${3}"
|
||||
local mode="${4}"
|
||||
if [ -f "${input}/${file}" ]; then
|
||||
if [ -f "${input}/${file}" ] && [ -f "${target}/${file}" ]; then
|
||||
echo "sspatch: Copying ${file} to ${target}"
|
||||
cp -vf "${input}/${file}" "${target}/${file}"
|
||||
chown SurveillanceStation:SurveillanceStation "${target}/${file}"
|
||||
@ -82,7 +82,7 @@ if [ -d "${SSPATH}" ]; then
|
||||
copy_file ${SSPATH}/sbin ssexechelperd ${PATCHPATHSS} 0755
|
||||
copy_file ${SSPATH}/sbin ssroutined ${PATCHPATHSS} 0755
|
||||
copy_file ${SSPATH}/sbin ssmessaged ${PATCHPATHSS} 0755
|
||||
copy_file ${SSPATH}/sbin ssrtmpclientd ${PATCHPATHSS} 0755
|
||||
# copy_file ${SSPATH}/sbin ssrtmpclientd ${PATCHPATHSS} 0755
|
||||
fi
|
||||
|
||||
sleep 5
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user