bunkerweb/examples/proxy-protocol/cleanup-linux.sh
Jordan Blasenhauer 86cb619b5f add bunkerweb 1.6
2024-07-01 11:21:54 +02:00

8 lines
106 B
Bash

#!/bin/bash
if [ "$(id -u)" -ne 0 ] ; then
echo "❌ Run me as root"
exit 1
fi
systemctl stop haproxy