Skip to content

Commit 0b2385b

Browse files
Merge pull request #16 from SensorsIot/pr/161
menu.sh: Fix small typo in msg "Restart Required"
2 parents 50cbf52 + 98101cd commit 0b2385b

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)