Fixes #90

Merged
mtrossevin merged 5 commits from unstable into master 2023-12-06 10:49:04 +01:00
Showing only changes of commit 95108897b0 - Show all commits

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"