Files
NetAlertX/install/production-filesystem/build/init-nginx.sh
2025-09-30 22:01:03 -04:00

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."