View | Details | Raw Unified | Return to bug 856391
Collapse All | Expand All

(-)pm-utils.orig/pm/sleep.d/99Zgrub (+1 lines)
Lines 175-180 Link Here
175
grub-once-restore()
175
grub-once-restore()
176
{
176
{
177
	echo "INFO: running grub-once-restore"
177
	echo "INFO: running grub-once-restore"
178
	prepare-parameters
178
	rm -f "$GRUBDEFAULT"
179
	rm -f "$GRUBDEFAULT"
179
	if [ -e "$GRUBDEFSAVE" ]; then
180
	if [ -e "$GRUBDEFSAVE" ]; then
180
		echo "  restoring original $GRUBDEFAULT"
181
		echo "  restoring original $GRUBDEFAULT"

Return to bug 856391