Fix remaining test

This commit is contained in:
William Hirigoyen 2023-12-01 17:15:35 +01:00
parent fd0f03ab05
commit 95108897b0

View file

@ -766,7 +766,7 @@ op_del() {
# Deactivate web vhost (apache or nginx)
if [ "$WEB_SERVER" == "apache" ]; then
if a2query -s test12 >/dev/null 2&>1; then
if a2query -s "${login}" >/dev/null 2&>1; then
a2dissite "${login}.conf"
fi
rm -f /etc/apache2/sites-available/"$login.conf"