mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-05 09:41:56 -07:00
4 lines
136 B
Bash
4 lines
136 B
Bash
#!/bin/bash
|
|
echo "Initializing nginx..."
|
|
install -d -o netalertx -g netalertx -m 700 /app/run/tmp/client_body;
|
|
echo "nginx initialized." |