Probably fix the port 80 occupation to issue certificate

This commit is contained in:
Iam54r1n4
2025-02-09 03:00:57 +00:00
parent 99935d99b6
commit 989fb5650b
3 changed files with 8 additions and 4 deletions

View File

@ -27,6 +27,10 @@ install_dependencies() {
exit 1
fi
# Stop and disable Caddy service
systemctl stop caddy > /dev/null 2>&1
systemctl disable caddy > /dev/null 2>&1
echo -e "${green}Caddy installed successfully. ${NC}"
}
update_env_file() {