This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
bunkerweb
Watch
1
Star
0
Fork
You've already forked bunkerweb
0
mirror of
https://github.com/bunkerity/bunkerweb
synced
2026-05-24 09:28:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
dev
bunkerweb
/
examples
/
proxy-protocol
/
cleanup-linux.sh
9 lines
106 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
tests - add haproxy cleanup for linux tests
2022-08-17 12:24:02 +00:00
#!/bin/bash
Fix shellcheck tests failing
2023-10-02 10:05:15 +00:00
if
[
"
$(
id -u
)
"
-ne
0
]
;
then
tests - add haproxy cleanup for linux tests
2022-08-17 12:24:02 +00:00
echo
"❌ Run me as root"
exit
1
fi
systemctl stop haproxy
Reference in a new issue
Copy permalink