mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +02:00
use say now that if QUIET statement was moved (#4530)
This commit is contained in:
@@ -1069,8 +1069,8 @@ UNLIKELY_EOF
|
|||||||
fi
|
fi
|
||||||
if [ -n "$SUDO" ]; then
|
if [ -n "$SUDO" ]; then
|
||||||
# SUDO is su wrapper or sudo
|
# SUDO is su wrapper or sudo
|
||||||
echo "Requesting root privileges to run certbot..."
|
say "Requesting root privileges to run certbot..."
|
||||||
echo " $VENV_BIN/letsencrypt" "$@"
|
say " $VENV_BIN/letsencrypt" "$@"
|
||||||
fi
|
fi
|
||||||
if [ -z "$SUDO_ENV" ] ; then
|
if [ -z "$SUDO_ENV" ] ; then
|
||||||
# SUDO is su wrapper / noop
|
# SUDO is su wrapper / noop
|
||||||
|
|||||||
@@ -368,8 +368,8 @@ UNLIKELY_EOF
|
|||||||
fi
|
fi
|
||||||
if [ -n "$SUDO" ]; then
|
if [ -n "$SUDO" ]; then
|
||||||
# SUDO is su wrapper or sudo
|
# SUDO is su wrapper or sudo
|
||||||
echo "Requesting root privileges to run certbot..."
|
say "Requesting root privileges to run certbot..."
|
||||||
echo " $VENV_BIN/letsencrypt" "$@"
|
say " $VENV_BIN/letsencrypt" "$@"
|
||||||
fi
|
fi
|
||||||
if [ -z "$SUDO_ENV" ] ; then
|
if [ -z "$SUDO_ENV" ] ; then
|
||||||
# SUDO is su wrapper / noop
|
# SUDO is su wrapper / noop
|
||||||
|
|||||||
Reference in New Issue
Block a user