mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
amepatch: loop until ame is installed
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
c48bbb44f3
commit
45c980aaa7
@ -81,5 +81,8 @@ if [ -d "/var/packages/CodecPack" ]; then
|
||||
echo -e "AME Patch: Backup restored!"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
exit 0
|
||||
exit 0
|
||||
else
|
||||
echo -e "AME Patch: CodecPack not found!"
|
||||
exit 1
|
||||
fi
|
@ -80,9 +80,12 @@ if [ -d /var/packages/SurveillanceStation ]; then
|
||||
chown SurveillanceStation:SurveillanceStation "${PATHSCRIPTS}/license.sh"
|
||||
chmod 0777 "${PATHSCRIPTS}/license.sh"
|
||||
|
||||
echo -e "Surveillance Patch: Successfull!"
|
||||
echo -e "SSPatch: Successfull!"
|
||||
|
||||
sleep 5
|
||||
/usr/syno/bin/synopkg start SurveillanceStation
|
||||
fi
|
||||
exit 0
|
||||
exit 0
|
||||
else
|
||||
echo "SSPatch: SurveillanceStation not found"
|
||||
exit 1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user