Skip to content

Commit 0f049c5

Browse files
authored
Merge pull request #10 from 007revad/develop
Develop
2 parents f408d99 + 4fbfe06 commit 0f049c5

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.0.1
2+
- Bug fix. Issue #9
3+
14
v1.0.0
25
- First release.
36
- Currently only supports Synology NAS with x86_64, armv7 and armada38x CPUs.

ss_motion_detection.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Figure out where package center saves it's settings
1919
#------------------------------------------------------------------------------
2020

21-
scriptver="v1.0.0"
21+
scriptver="v1.0.1"
2222
script=SS_Motion_Detection
2323
repo="007revad/SS_Motion_Detection"
2424
scriptname=ss_motion_detection
@@ -481,8 +481,8 @@ if [[ ! -f /etc.defaults/synopackageslimit.conf.bak ]]; then
481481
fi
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"
@@ -518,7 +518,7 @@ else
518518
fi
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"

0 commit comments

Comments
 (0)