mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 11:35:55 +00:00
Update update.sh
fixed a typo on line 82
This commit is contained in:
parent
4c98cbec27
commit
501731e7b9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stoped. [y/N] " response
|
||||
read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] " response
|
||||
if [[ ! "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
|
||||
echo "OK, exiting."
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue