Update docker.sh (#4109)

This commit is contained in:
Mitch 2021-05-02 04:15:17 +01:00 committed by GitHub
parent d88b296f8b
commit 95aea5fab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -306,7 +306,9 @@ install() {
# Usage: ./docker.sh update
#
update() {
if ask "Please make sure your AzuraCast installation is backed up before updating. Continue?" Y; then
echo "[NOTICE] Before you continue, please make sure you have a recent snapshot of your system and or backed it up."
if ask "Are you ready to continue with the update?" Y; then
# Check for a new Docker Utility Script.
curl -fsSL https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh -o docker.new.sh