Skip to content

Commit

Permalink
note update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin0705 committed Jan 11, 2018
1 parent e0be0c6 commit 9a5569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup/fix/001.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sudo docker stop traefik
sudo docker rm traefik

if (whiptail --title "Upgrade Question" --yesno "You will be required to rebuild all your containers for the upgrade? Are you ready? (Will not lose data)" 9 66) then
if (whiptail --title "Upgrade Question" --yesno "You will be required to rebuild all your containers for the upgrade? Are you ready? (Will not lose data) Recommend Reboot when all is done!" 10 66) then
clear
echo "Stopping & Removing All Containers"
docker stop $(docker ps -a -q)
Expand Down

0 comments on commit 9a5569f

Please sign in to comment.