We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f146f0 commit 98101cdCopy full SHA for 98101cd
menu.sh
@@ -191,7 +191,7 @@ case $mainmenu_selection in
191
sudo apt install -y docker-compose
192
fi
193
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
+ if (whiptail --title "Restart Required" --yesno "It is recommended that you restart your device now. Select yes to do so now" 20 78); then
195
sudo reboot
196
197
;;
0 commit comments