Coderabbit nitpicks.

This commit is contained in:
Adam Outler
2025-10-19 15:12:27 +00:00
parent 131c0c0f4b
commit dcf250d36f
7 changed files with 48 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ configure_source() {
sudo chown -R netalertx:www-data ${INSTALL_DIR}
while `ps ax | grep -v grep | grep python3 > /dev/null`; do
while ps ax | grep -v grep | grep python3 > /dev/null; do
killall python3 &>/dev/null
sleep 0.2
done