Pass dialogBox as an argument of runDetachedScript()

This commit is contained in:
Santiago Lo Coco 2021-12-31 16:54:06 -03:00
parent 419884390e
commit 600531c516
1 changed files with 2 additions and 1 deletions

View File

@ -88,11 +88,12 @@ loopThroughFiles() {
displayDialogBox --yesno "There are 'other' files, would you like to install them?\n\n${files}" || return
fi
sudo bash -c "$(declare -f runDetachedScript); $(declare -f linkFile); "runDetachedScript""
sudo bash -c "$(declare -f runDetachedScript); $(declare -f linkFile); "runDetachedScript" "$dialogBox""
}
runDetachedScript() {
source scripts/common.sh
setDialogBox "$1"
DOTFILES_OTHER=$(pwd -P)/dotfiles/other