mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Coderabbit suggestions
This commit is contained in:
@@ -56,5 +56,6 @@ nginx \
|
||||
nginx_pid=$!
|
||||
|
||||
wait "${nginx_pid}"
|
||||
nginx_exit=$?
|
||||
echo -ne " done"
|
||||
exit $?
|
||||
exit ${nginx_exit}
|
||||
|
||||
Reference in New Issue
Block a user