Skip to content

Commit 369797e

Browse files
authored
Merge pull request #161 from gmacario/patch-1
menu.sh: Fix small typo in msg "Restart Required"
2 parents 1b95829 + 98101cd commit 369797e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ case $mainmenu_selection in
191191
sudo apt install -y docker-compose
192192
fi
193193

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

0 commit comments

Comments
 (0)