Update runScript()
This commit is contained in:
parent
f1a0b3798c
commit
ed690e2b89
|
@ -129,11 +129,11 @@ startRice() {
|
||||||
msg="\nThis script will configure gitconfig"
|
msg="\nThis script will configure gitconfig"
|
||||||
if [[ -n $userScriptsFlag && $userScriptsFlag = true ]]; then
|
if [[ -n $userScriptsFlag && $userScriptsFlag = true ]]; then
|
||||||
msg="${msg}, install the dotfiles, and then run the scripts of the"
|
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
|
else
|
||||||
msg="${msg} and install the dotfiles."
|
msg="${msg} and install the dotfiles"
|
||||||
fi
|
fi
|
||||||
msg="${msg} Would you like to continue?"
|
msg="${msg}. Would you like to continue?"
|
||||||
displayDialogBox --title "sadedot" --yesno "$msg" || return
|
displayDialogBox --title "sadedot" --yesno "$msg" || return
|
||||||
displayDialogBox --infobox "\nUpdating sadedot submodule." VALUES
|
displayDialogBox --infobox "\nUpdating sadedot submodule." VALUES
|
||||||
{ cd ..; sh sadedot/scripts/update.sh 2>&1 | debug; }
|
{ cd ..; sh sadedot/scripts/update.sh 2>&1 | debug; }
|
||||||
|
|
Loading…
Reference in New Issue