mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 12:26:15 +01:00
Fix arguments being passed while authenticating
This commit is contained in:
parent
f296659e44
commit
59915392a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user