Output cleanup for whiptail

This commit is contained in:
2020-10-09 15:09:58 +02:00
parent abe8aefb10
commit 0cb3113ede
4 changed files with 6 additions and 6 deletions

View File

@@ -649,7 +649,7 @@ if [ $sslenable = 1 ]; then
rm -rf /etc/acmesh/certs/$domain*
fi
unset certsatus
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --"$certwebserv" --ocsp --keylength 'ec-384' -d "$hostname"
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --"$certwebserv" --ocsp --keylength 'ec-384' -d "$hostname" > $OUTPUT 2>&1
certsatusBackend=$?
if test $certsatusBackend -eq 0