From 572c51318e99f06a2212972485b48821fc38920f Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 21 Apr 2018 14:46:23 +0200 Subject: [PATCH] fix --- uefi-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-boot.sh b/uefi-boot.sh index 85b36cd..5f9631d 100755 --- a/uefi-boot.sh +++ b/uefi-boot.sh @@ -5,7 +5,7 @@ set -ex if [[ $EUID -ne 0 ]]; then echo "This script must be run as root" 1>&2 - sudo $0 $1 $2 $3 $4 + sudo "$0" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9" exit 0 fi