Pārlūkot izejas kodu

[Update] Script: Fix invalid syntax

andryyy 4 gadi atpakaļ
vecāks
revīzija
834fb8a99d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -436,7 +436,7 @@ for option in ${CONFIG_ARRAY[@]}; do
     fi
     fi
   elif [[ ${option} == "ACME_CONTACT" ]]; then
   elif [[ ${option} == "ACME_CONTACT" ]]; then
     if ! grep -q ${option} mailcow.conf; then
     if ! grep -q ${option} mailcow.conf; then
-      echo '# Let\'s Encrypt registration contact information' >> mailcow.conf
+      echo '# Lets Encrypt registration contact information' >> mailcow.conf
       echo '# Optional: Leave empty for none' >> mailcow.conf
       echo '# Optional: Leave empty for none' >> mailcow.conf
       echo '# This value is only used on first order!' >> mailcow.conf
       echo '# This value is only used on first order!' >> mailcow.conf
       echo '# Setting it at a later point will require the following steps:' >> mailcow.conf
       echo '# Setting it at a later point will require the following steps:' >> mailcow.conf