Skip to content

Commit

Permalink
Add message reminding about reboot if kernel got upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Mar 8, 2019
1 parent d939249 commit 15a6987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ then
salt-key -L
[[ ! -z "${FORK_FORMULAS}" ]] && use_branch_instead "${FORK_FORMULAS}" ${FORK_BRANCH}
[[ ! -z "${FORK_FORMULAS2}" ]] && use_branch_instead "${FORK_FORMULAS2}" ${FORK_BRANCH2}
echo
echo "Reboot this host if the linux kernel package was upgraded - if unsure reboot!"
echo
;;

opensds)
Expand Down

0 comments on commit 15a6987

Please sign in to comment.