synology-nas-beeper
synology-nas-beeper copied to clipboard
Small script to enable / disable the beeper sound from a USB connected UPS in Synology DiskStation Manager.
Results
2
synology-nas-beeper issues
Sort by
recently updated
recently updated
newest added
Thanks for sharing this script, last night my UPS was beeping all the time I had to use in the bash file "python2" `python2 /root/upscmd.py beeper.${goal}` if not, I first...
instead of: `if (( "$H" >= 9 ))` it may be better to have a range: `if (( "$H" >= 9 && "$H"