We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adaad9 commit 8c8e5bfCopy full SHA for 8c8e5bf
1 file changed
upgrade.sh
@@ -388,7 +388,7 @@ if false; then # XXXXXXXXXX TODO: FIX
388
# shellcheck disable=SC2086,SC2291
389
X="$(
390
#shellcheck disable=SC2116 # XXXXXXXXX temporary
391
-echo XXX ./install.sh ${DEBUG_ARG} --branch "${BRANCH}" ${SKIP} --doUpgrade
+echo XXX ./install.sh ${DEBUG_ARG} ${SKIP} --doUpgrade
392
)"
393
RET=$?
394
if [[ ${RET} -ne 0 ]]; then
@@ -399,7 +399,6 @@ echo XXX ./install.sh ${DEBUG_ARG} --branch "${BRANCH}" ${SKIP} --doUpgrade
399
else # XXXXXXXXXXX
400
display_msg --log progress "The first step of the upgrade is complete.\n"
401
MSG="cd ~/allsky; ./install.sh ${DEBUG_ARG} ${SKIP}"
402
- [[ ${BRANCH} != "${ALLSKY_GITHUB_MAIN_BRANCH}" ]] && MSG+=" --branch ${BRANCH}"
403
display_msg --log note "Now run:" " ${MSG}\n"
404
fi
405
0 commit comments