From 5ff944e1eb22afa51b9d999edaa5d967c6edaa9f Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Mon, 31 Jul 2006 17:05:02 +0000 Subject: fixed resume hook (again) git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@136 880c04e9-e011-0410-abf7-b926e227c9cd --- hooks/resume | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hooks') diff --git a/hooks/resume b/hooks/resume index 24b9949..4af85ea 100644 --- a/hooks/resume +++ b/hooks/resume @@ -17,7 +17,7 @@ run_hook () suspend2root="/proc/suspend2" fi if [ -d "${suspend2root}" -a "x${resume2}" != "x" ]; then - echo ${resume2} > ${resume2root}/resume2 - echo "" > ${resume2root}/do_resume + echo ${resume2} > ${suspend2root}/resume2 + echo > ${suspend2root}/do_resume fi } -- cgit v1.2.3-24-g4f1b