mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/bash
|
|
echo "Starting nginx..."
|
|
exec nginx -g "daemon off;"
|