mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix permission issues when starting BunkerWeb in antibot linux tests
This commit is contained in:
parent
e935132242
commit
0ece8fda00
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ do
|
|||
fi
|
||||
fi
|
||||
else
|
||||
systemctl start bunkerweb
|
||||
sudo systemctl start bunkerweb
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "🤖 Up failed ❌"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue