mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update comment position
This commit is contained in:
parent
0c757dee02
commit
0c69911af9
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue