Explorar o código

Update update.sh

fixed a typo on line 82
maffo999 %!s(int64=7) %!d(string=hai) anos
pai
achega
501731e7b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -79,7 +79,7 @@ else
 	exit 1
 	exit 1
 fi
 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
 if [[ ! "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
 	echo "OK, exiting."
 	echo "OK, exiting."
 	exit 0
 	exit 0