From 2625f2f96ea14085c9d8a43e96ddfb5be0040300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20Torr=C3=A8s?= Date: Wed, 11 Dec 2024 19:07:42 +0100 Subject: [PATCH] Fix typo --- install/start.debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/start.debian.sh b/install/start.debian.sh index eeaaf930..db0bd58f 100755 --- a/install/start.debian.sh +++ b/install/start.debian.sh @@ -64,7 +64,7 @@ fi # create symbolic link to the install directory ln -s $INSTALL_PATH/front $WEB_UI_DIR -# create symbolic link to NGINX configuaration coming with NetAlertX +# create symbolic link to NGINX configuration coming with NetAlertX sudo ln -s "${INSTALL_PATH}/install/netalertx.debian.conf" /etc/nginx/conf.d/$NGINX_CONF_FILE # Use user-supplied port if set