From 66539f9983dbcd9da0828bfa43cb97ac90f7097b Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 10 Mar 2018 14:47:53 +0100 Subject: [PATCH] sudo-fix --- uefi-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-boot.sh b/uefi-boot.sh index ac78305..85b36cd 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 + sudo $0 $1 $2 $3 $4 exit 0 fi