From c1af6992265b56beb342e9e18cb4e40fb957da0a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 3 Jan 2009 15:51:19 +0000 Subject: [PATCH] Update --- rescue/linux/usb/getdiskinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rescue/linux/usb/getdiskinfo b/rescue/linux/usb/getdiskinfo index 75ec655..a6c8ce4 100755 --- a/rescue/linux/usb/getdiskinfo +++ b/rescue/linux/usb/getdiskinfo @@ -28,9 +28,9 @@ case $host in esac if [ ! `whoami` = "root" ] ; then echo "" - echo "You need to be root to run this, otherwise" - echo "sfdisk produces no output. Continuing anyway ..." + echo "You need to be root to run this script ..." echo "" + exit 1 fi # -- 2.39.2