AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 13.58.32.115


Current Path : /etc/pm/sleep.d/
Upload File :
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