mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
fix typo
This commit is contained in:
@@ -34,9 +34,9 @@ INSTALL_DIR=/app # default installation directory
|
|||||||
INSTALLER_DIR="$INSTALL_DIR/install/proxmox"
|
INSTALLER_DIR="$INSTALL_DIR/install/proxmox"
|
||||||
CONF_FILE=app.conf
|
CONF_FILE=app.conf
|
||||||
DB_FILE=app.db
|
DB_FILE=app.db
|
||||||
NGINX_CONF_NAME=netalertx.conf
|
NGINX_CONF_FILE=netalertx.conf
|
||||||
WEB_UI_DIR=/var/www/html/netalertx
|
WEB_UI_DIR=/var/www/html/netalertx
|
||||||
NGINX_CONFIG_FILE="/etc/nginx/conf.d/${NGINX_CONF_NAME}"
|
NGINX_CONFIG_FILE=/etc/nginx/conf.d/$NGINX_CONF_FILE
|
||||||
OUI_FILE="/usr/share/arp-scan/ieee-oui.txt"
|
OUI_FILE="/usr/share/arp-scan/ieee-oui.txt"
|
||||||
FILEDB=$INSTALL_DIR/db/$DB_FILE
|
FILEDB=$INSTALL_DIR/db/$DB_FILE
|
||||||
# DO NOT CHANGE ANYTHING ABOVE THIS LINE!
|
# DO NOT CHANGE ANYTHING ABOVE THIS LINE!
|
||||||
|
|||||||
Reference in New Issue
Block a user