Update comment position

This commit is contained in:
Adrien Ferrand 2019-12-10 20:47:02 +01:00
parent 0c757dee02
commit 0c69911af9
2 changed files with 6 additions and 4 deletions

View file

@ -1647,9 +1647,10 @@ UNLIKELY_EOF
say "Installation succeeded."
fi
# If you're modifying any of the code after this point in this current `if` block, you
# may need to update the "$DEPRECATED_OS" = 1 case at the beginning of phase 2 as well.
if [ "$INSTALL_ONLY" = 1 ]; then
# If you're modifying any of the code after this point in this `if` block, you may
# need to update the "$DEPRECATED_OS" = 1 case at the beginning of phase 2 as well.
say "Certbot is installed."
exit 0
fi

View file

@ -687,9 +687,10 @@ UNLIKELY_EOF
say "Installation succeeded."
fi
# If you're modifying any of the code after this point in this current `if` block, you
# may need to update the "$DEPRECATED_OS" = 1 case at the beginning of phase 2 as well.
if [ "$INSTALL_ONLY" = 1 ]; then
# If you're modifying any of the code after this point in this `if` block, you may
# need to update the "$DEPRECATED_OS" = 1 case at the beginning of phase 2 as well.
say "Certbot is installed."
exit 0
fi