mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Fix typo in update.sh: Proceeding
This commit is contained in:
parent
a001a0584f
commit
e994cf4d05
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ elif [ ${#DOTS} -eq 1 ]; then
|
|||
echo "Find more information about why this message exists here: https://github.com/mailcow/mailcow-dockerized/issues/1572"
|
||||
read -r -p "Do you want to proceed anyway? [y/N] " response
|
||||
if [[ "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
|
||||
echo "OK. Procceding."
|
||||
echo "OK. Proceeding."
|
||||
else
|
||||
echo "OK. Exiting."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue