mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
fix XXsync clean
This commit is contained in:
parent
f30cc36500
commit
cf2982b503
2 changed files with 2 additions and 2 deletions
|
@ -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}.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue