Skip to content

Commit

Permalink
Merge pull request #161 from gmacario/patch-1
Browse files Browse the repository at this point in the history
menu.sh: Fix small typo in msg "Restart Required"
  • Loading branch information
gcgarner authored Apr 25, 2020
2 parents 1b95829 + 98101cd commit 369797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ case $mainmenu_selection in
sudo apt install -y docker-compose
fi

if (whiptail --title "Restart Required" --yesno "It is recommended that you restart you device now. Select yes to do so now" 20 78); then
if (whiptail --title "Restart Required" --yesno "It is recommended that you restart your device now. Select yes to do so now" 20 78); then
sudo reboot
fi
;;
Expand Down

0 comments on commit 369797e

Please sign in to comment.