Browse Source

Merge pull request #1 from leonpano2006/leonpano2006-patch-1

Update syno_hdd_db.sh
pull/218/head
leonpano2006 2 years ago
committed by GitHub
parent
commit
9d33131cbf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      syno_hdd_db.sh

2
syno_hdd_db.sh

@ -40,7 +40,7 @@ if [ ! "$(basename "$BASH")" = bash ]; then
fi
# Check script is running on a Synology NAS
if ! uname -a | grep -i synology >/dev/null; then
if ! /usr/bin/uname -a | grep -i synology >/dev/null; then
echo "This script is NOT running on a Synology NAS!"
echo "Copy the script to a folder on the Synology"
echo "and run it from there."

Loading…
Cancel
Save