mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Fix DSM 7 minor version check
This commit is contained in:
parent
1557355f36
commit
4cd0d0e0aa
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ if [ -z "${DISTRO_INSTALL}" ]; then
|
|||
DISTRO="synology"
|
||||
if grep -q "major=\"7\"" /etc/VERSION; then
|
||||
DISTRO="synology-dsm72"
|
||||
if [ grep -q "minor=\"[01]\"" /etc/VERSION ]; then
|
||||
if grep -q "minor=\"[01]\"" /etc/VERSION; then
|
||||
DISTRO="synology-dsm7"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue