fix XXsync clean

This commit is contained in:
rootzoll 2020-04-26 23:22:33 +02:00
parent f30cc36500
commit cf2982b503
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ OK. RaspiBlitz will NOT update now.
patchNotice() 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 It means it will sync the program code with the
the GitHub repo for your version branch v${codeVersion}. the GitHub repo for your version branch v${codeVersion}.

View file

@ -27,7 +27,7 @@ wantedGitHubUser="$2"
if [ "${wantedBranch}" = "-clean" ]; then if [ "${wantedBranch}" = "-clean" ]; then
clean=1 clean=1
wantedBranch="$2" wantedBranch="$2"
wantedRepo="$3" wantedGitHubUser="$3"
fi fi
# set to another GutHub repo as origin # set to another GutHub repo as origin