From 59915392a0cb988558e3fdc274b79e47a78a4492 Mon Sep 17 00:00:00 2001 From: Stuart Hayhurst Date: Sun, 18 Oct 2020 12:30:38 +0100 Subject: [PATCH] Fix arguments being passed while authenticating --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6057399..591f360 100755 --- a/install.sh +++ b/install.sh @@ -205,7 +205,7 @@ install() { # persisted execution of the script as root if [[ -n ${tui_root_login} ]] ; then if [[ -n "${theme}" && -n "${screen}" ]]; then - sudo -S <<< ${tui_root_login} $0 --${theme} --${icon} --${screen} --${custom_background} + sudo -S <<< ${tui_root_login} $0 "${PROG_ARGS[@]}" fi else read -p "[ Trusted ] Specify the root password : " -t${MAX_DELAY} -s