Browse Source

Update syno_hdd_db.sh

pull/345/head
Dave Russell 1 year ago
committed by GitHub
parent
commit
8f4d03b2a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      syno_hdd_db.sh

3
syno_hdd_db.sh

@ -2090,8 +2090,7 @@ fi
dtu=drive_db_test_url dtu=drive_db_test_url
url="$(/usr/syno/bin/synogetkeyvalue $synoinfo ${dtu})" url="$(/usr/syno/bin/synogetkeyvalue $synoinfo ${dtu})"
disabled="" disabled=""
#if [[ $nodbupdate == "yes" ]]; then if [[ $nodbupdate == "yes" ]]; then
if [[ $updatedb != "yes" ]]; then
if [[ ! $url ]]; then if [[ ! $url ]]; then
# Add drive_db_test_url="127.0.0.1" # Add drive_db_test_url="127.0.0.1"
#echo 'drive_db_test_url="127.0.0.1"' >> "$synoinfo" #echo 'drive_db_test_url="127.0.0.1"' >> "$synoinfo"

Loading…
Cancel
Save