From 85710e3783b342daa229e798e0189016a42085c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa?= <73230111+alegarsan11@users.noreply.github.com> Date: Tue, 28 May 2024 09:29:09 +0200 Subject: [PATCH] Update build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 192a38c..248840e 100755 --- a/build.sh +++ b/build.sh @@ -24,6 +24,7 @@ sudo cp nftables-frontend/nftables-config.conf /etc/apache2/sites-available/nfta sudo a2ensite nftables-config.conf # Ajuste de permisos +sudo touch /usr/share/nftables-frontend/instance/nftables.db sudo chmod 664 /usr/share/nftables-frontend/instance/nftables.db sudo chown www-data:www-data /usr/share/nftables-frontend/instance/nftables.db sudo chown -R www-data:www-data /usr/share/nftables-frontend