Skip to content

Commit 8c8e5bf

Browse files
authored
Update upgrade.sh: install.sh doesn't accept "--branch"
1 parent 6adaad9 commit 8c8e5bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

upgrade.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ if false; then # XXXXXXXXXX TODO: FIX
388388
# shellcheck disable=SC2086,SC2291
389389
X="$(
390390
#shellcheck disable=SC2116 # XXXXXXXXX temporary
391-
echo XXX ./install.sh ${DEBUG_ARG} --branch "${BRANCH}" ${SKIP} --doUpgrade
391+
echo XXX ./install.sh ${DEBUG_ARG} ${SKIP} --doUpgrade
392392
)"
393393
RET=$?
394394
if [[ ${RET} -ne 0 ]]; then
@@ -399,7 +399,6 @@ echo XXX ./install.sh ${DEBUG_ARG} --branch "${BRANCH}" ${SKIP} --doUpgrade
399399
else # XXXXXXXXXXX
400400
display_msg --log progress "The first step of the upgrade is complete.\n"
401401
MSG="cd ~/allsky; ./install.sh ${DEBUG_ARG} ${SKIP}"
402-
[[ ${BRANCH} != "${ALLSKY_GITHUB_MAIN_BRANCH}" ]] && MSG+=" --branch ${BRANCH}"
403402
display_msg --log note "Now run:" " ${MSG}\n"
404403
fi
405404
fi

0 commit comments

Comments
 (0)