From 8d48007532b0441948b7d2ef1b05ffaf6b5af026 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 1 Oct 2024 09:46:56 +0200 Subject: [PATCH] Update some typos --- tests/API-dhcp/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/API-dhcp/Vagrantfile b/tests/API-dhcp/Vagrantfile index dd594b8..abacd4f 100644 --- a/tests/API-dhcp/Vagrantfile +++ b/tests/API-dhcp/Vagrantfile @@ -9,9 +9,9 @@ cd /vagrant/installer chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh cp /vagrant/tests/API-dhcp/assets/kea-ctrl-agent.conf /etc/kea/kea-ctrl-agent.conf a2ensite ogdhcp.conf -a2disite 000-default.conf +a2dissite 000-default.conf systemctl restart apache2 -sed -i "s|{{SERVER_NAME}}|${SERVER_NAME}|g" +sed -i "s|{{SERVER_NAME}}|${SERVER_NAME}|g" /opt/ogdhcp/public/swagger-initializer.js SCRIPT Vagrant.configure('2') do |config|