From ed690e2b892acdbfbd31e194e52ca519e4d20df2 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 8 Feb 2022 01:58:50 -0300 Subject: [PATCH] Update runScript() --- scripts/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index e0050f2..d447581 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -129,11 +129,11 @@ startRice() { msg="\nThis script will configure gitconfig" if [[ -n $userScriptsFlag && $userScriptsFlag = true ]]; then msg="${msg}, install the dotfiles, and then run the scripts of the" - msg="${msg} '$(basename "$PWD")/scripts' folder." + msg="${msg} '$(basename "$PWD")/scripts' folder" else - msg="${msg} and install the dotfiles." + msg="${msg} and install the dotfiles" fi - msg="${msg} Would you like to continue?" + msg="${msg}. Would you like to continue?" displayDialogBox --title "sadedot" --yesno "$msg" || return displayDialogBox --infobox "\nUpdating sadedot submodule." VALUES { cd ..; sh sadedot/scripts/update.sh 2>&1 | debug; }