File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v1.0.1
2+ - Bug fix. Issue #9
3+
14v1.0.0
25- First release.
36- Currently only supports Synology NAS with x86_64, armv7 and armada38x CPUs.
Original file line number Diff line number Diff line change 1818# Figure out where package center saves it's settings
1919# ------------------------------------------------------------------------------
2020
21- scriptver=" v1.0.0 "
21+ scriptver=" v1.0.1 "
2222script=SS_Motion_Detection
2323repo=" 007revad/SS_Motion_Detection"
2424scriptname=ss_motion_detection
@@ -481,8 +481,8 @@ if [[ ! -f /etc.defaults/synopackageslimit.conf.bak ]]; then
481481fi
482482
483483# Make DSM let us install the packages we want
484- /usr/syno/bin/synosetkeyvalue /etc.defaults/synopackageslimit.conf SurveillanceStation " 9.2.1-11380 "
485- /usr/syno/bin/synosetkeyvalue /etc/synopackageslimit.conf SurveillanceStation " 9.2.1-11380 "
484+ /usr/syno/bin/synosetkeyvalue /etc.defaults/synopackageslimit.conf SurveillanceStation " 9.2.0-11289 "
485+ /usr/syno/bin/synosetkeyvalue /etc/synopackageslimit.conf SurveillanceStation " 9.2.0-11289 "
486486
487487/usr/syno/bin/synosetkeyvalue /etc.defaults/synopackageslimit.conf CodecPack " 3.1.0-3005"
488488/usr/syno/bin/synosetkeyvalue /etc/synopackageslimit.conf CodecPack " 3.1.0-3005"
518518fi
519519
520520# SurveillanceStation
521- if ! check_pkg_installed SurveillanceStation && [[ $ss_version != " 90.2.1-11380 " ]]; then
521+ if ! check_pkg_installed SurveillanceStation && [[ $ss_version != " 90.2.0-11289 " ]]; then
522522 download_pkg SurveillanceStation " 9.2.0-11289" " SurveillanceStation-${cputype} -9.2.0-11289.spk"
523523 package_install " SurveillanceStation-${cputype} -9.2.0-11289.spk" " Surveillance Station"
524524 package_stop SurveillanceStation " Surveillance Station"
You can’t perform that action at this time.
0 commit comments