Fix permission issues when starting BunkerWeb in antibot linux tests

This commit is contained in:
Théophile Diot 2023-09-19 15:37:25 +02:00
parent e935132242
commit 0ece8fda00
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -107,7 +107,7 @@ do
fi
fi
else
systemctl start bunkerweb
sudo systemctl start bunkerweb
if [ $? -ne 0 ] ; then
echo "🤖 Up failed ❌"
exit 1