mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
sspatch: fix syntax
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
2bdc9ecf7b
commit
1a86875059
@ -74,7 +74,7 @@ if [ -d "${SSPATH}" ]; then
|
||||
echo "sspatch: SurveillanceStation Version not supported"
|
||||
fi
|
||||
|
||||
if [ "${SSPATCH}" == "true" ]; then
|
||||
if [ "${SSPATCH}" = "true" ]; then
|
||||
copy_file ${SSPATH}/lib libssutils.so ${PATCHPATHSS} 0644
|
||||
copy_file ${SSPATH}/sbin sscmshostd ${PATCHPATHSS} 0755
|
||||
copy_file ${SSPATH}/sbin sscored ${PATCHPATHSS} 0755
|
||||
|
Loading…
Reference in New Issue
Block a user