mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
4 lines
150 B
Bash
4 lines
150 B
Bash
#!/bin/bash
|
|
echo "Initializing nginx..."
|
|
install -d -o netalertx -g netalertx -m 700 ${SYSTEM_SERVICES_RUN_TMP}/client_body;
|
|
echo "nginx initialized." |