Current Path : /etc/pm/sleep.d/ |
Current File : //etc/pm/sleep.d/10_grub-common |
#!/bin/sh # Tell grub that resume was successful case "$1" in thaw) [ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv mkdir -p /boot/grub grub-editenv /boot/grub/grubenv unset recordfail ;; esac