mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
fix dash compatibility issue caused by &> redirect symbol
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ VENV_PATH=${VENV_PATH:-"$XDG_DATA_HOME/$VENV_NAME"}
|
||||
VENV_BIN=${VENV_PATH}/bin
|
||||
|
||||
if test "`id -u`" -ne "0" ; then
|
||||
if type sudo &>/dev/null; then
|
||||
if type sudo 1>/dev/null 2>&1; then
|
||||
SUDO=sudo
|
||||
else
|
||||
su_sudo() {
|
||||
|
||||
Reference in New Issue
Block a user