mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-02 08:12:21 -07:00
4 lines
152 B
Bash
Executable File
4 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
echo "Initializing nginx..."
|
|
install -d -o netalertx -g netalertx -m 700 "${SYSTEM_SERVICES_RUN_TMP}/client_body";
|
|
echo "nginx initialized." |