This commit is contained in:
rootzoll
2020-04-26 21:56:16 +02:00
parent 35741bb699
commit bb9ab81e29

View File

@@ -164,7 +164,7 @@ patch()
if [ $exitstatus = 0 ]; then
newGitHubBranch=$(echo "${newGitHubBranch}" | cut -d " " -f1)
echo "--> " $newGitHubBranch
source <(sudo -u admin /home/admin/XXsyncScripts.sh ${$newGitHubBranch})
source <(sudo -u admin /home/admin/XXsyncScripts.sh ${newGitHubBranch})
if [ ${#error} -gt 0 ]; then
whiptail --title "ERROR" --msgbox "${error}" 8 30
fi