diff --git a/home.admin/99updateMenu.sh b/home.admin/99updateMenu.sh index b04e87ef9..c03f63428 100644 --- a/home.admin/99updateMenu.sh +++ b/home.admin/99updateMenu.sh @@ -86,7 +86,7 @@ OK. RaspiBlitz will NOT update now. patchNotice() { - whiptail --title "Patching Notice" --yes-button "Dont Patch" --no-button "Start Patch" --yesno "This is the possibility to patch your RaspiBlitz: + whiptail --title "Patching Notice" --yes-button "Dont Patch" --no-button "Patch Menu" --yesno "This is the possibility to patch your RaspiBlitz: It means it will sync the program code with the the GitHub repo for your version branch v${codeVersion}. diff --git a/home.admin/XXsyncScripts.sh b/home.admin/XXsyncScripts.sh index 2d84a1c08..3c1342878 100755 --- a/home.admin/XXsyncScripts.sh +++ b/home.admin/XXsyncScripts.sh @@ -27,7 +27,7 @@ wantedGitHubUser="$2" if [ "${wantedBranch}" = "-clean" ]; then clean=1 wantedBranch="$2" - wantedRepo="$3" + wantedGitHubUser="$3" fi # set to another GutHub repo as origin