Mine looks like this:

#!/bin/bash
for SCRIPT in /etc/acpi/suspend.d/*.sh; do
    if [ -x $SCRIPT ]; then
        . $SCRIPT
    fi
done

Should I add  "umount /media/[NAME OF DRIVE]" after all that?

Is this the reason for bug 230671?

Thanks ( I am new)
Patricio

-- 
Unsafe device removal warning pops-up after resuming from suspend
https://bugs.launchpad.net/bugs/92091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to