Include ftp ports in ufw config

This commit is contained in:
VirtuBox
2022-10-24 16:25:48 +02:00
parent 508debb930
commit ee8f426b6b
2 changed files with 8 additions and 1 deletions

View File

@@ -732,7 +732,7 @@ wo_woconf() {
echo -e '\n[letsencrypt]\n\nkeylength = "ec-384"' >>/etc/wo/wo.conf
fi
if ! grep -q "php" /etc/wo/wo.conf; then
echo -e '\n[php]\n\nversion = 7.4' >>/etc/wo/wo.conf
echo -e '\n[php]\n\nversion = 8.0' >>/etc/wo/wo.conf
fi
fi
}