Skip to content

Commit c3aa1ce

Browse files
authored
Update install.sh: Reboots not needed when calling a function
1 parent 45001c8 commit c3aa1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4023,7 +4023,7 @@ does_prior_Allsky_exist
40234023
[[ -z ${FUNCTION} ]] && do_initial_heading
40244024

40254025
##### See if we need to reboot at end of installation
4026-
if [[ ${USE_PRIOR_ALLSKY} == "true" ]]; then
4026+
if [[ -z ${FUNCTION} && ${USE_PRIOR_ALLSKY} == "true" ]]; then
40274027
is_reboot_needed "${PRIOR_ALLSKY_VERSION}" "${ALLSKY_VERSION}"
40284028
fi
40294029

0 commit comments

Comments
 (0)