Files
NetAlertX/install/production-filesystem/build/init-nginx.sh
2025-09-28 17:10:15 -04:00

4 lines
109 B
Bash

#!/bin/bash
echo "Initializing nginx..."
#Future crond initializations can go here.
echo "nginx initialized."