Browse Source

Update update.sh

fixed a typo on line 82
maffo999 7 năm trước cách đây
mục cha
commit
501731e7b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -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