John, the app no longer keeps my G Drive spinning although it's worked so well for 2+ years. Here's the report
Result:
-------
Macintosh HD is not currently configured to be kept awake.
Run Keep Drive Spinning to change this.
Details:
--------
The Keep Drive Spinning launch agent for G-DRIVE with Thunderbolt is not working correctly.
The reason for the failure could not be determined automatically.
The diagnostic information below may yield a clue.
OS version:
10.15.1
Volume info:
Name: G-DRIVE with Thunderbolt
Path: /Volumes/G-DRIVE with Thunderbolt
Format: Mac OS Extended format
Current date:
2019-12-09 19:56:59 PST
Contents of hidden file:
2019-10-16 08:51:28 PDT
Status of all loaded Keep Drive Spinning launch agents:
- 1 info.stovell.KeepDriveSpinning.G-DRIVEwithThunderbolt
Launch agent path:
/Users/scottflora/Library/LaunchAgents/info.stovell.KeepDriveSpinning.G-DRIVEwithThunderbolt.plist
Launch agent contents:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dict>
<key>Label</key>
<string>info.stovell.KeepDriveSpinning.G-DRIVEwithThunderbolt</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>-c</string>
<string>if [[ -w '/Volumes/G-DRIVE with Thunderbolt'/.keepThisDriveSpinning ]]; then date '+%F %T %Z' > '/Volumes/G-DRIVE with Thunderbolt'/.keepThisDriveSpinning; fi</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>60</integer>
</dict>
</plist>
Writing to the hidden file:
Succeeded