i should not have to restart the service and device in hopes it works one time for a service as cruc
i should not have to restart the service and device in hopes it works one time for a service as crucial as this


#!/bin/bash
# Script to fix HHD after waking from sleep mode, known issue
sudo systemctl restart hhd@$(whoami)
sudo reboot now