From 69e54ec31812d7a572c19f59b99b7c5fa898e8ae Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:27:46 +0000 Subject: [PATCH] Update xlxd-debian-installer.sh dashboard dir changed to dashboard1 --- xlxd-debian-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index a048b10..0a965ab 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -98,7 +98,7 @@ echo "-------------------------------------------------------------------------- wget -O /xlxd/dmrid.dat $DMRIDURL echo "------------------------------------------------------------------------------" echo "Copying web dashboard files and updating init script... " -cp -R $XLXINSTDIR/xlxd/dashboard/* /var/www/xlxd/ +cp -R $XLXINSTDIR/xlxd/dashboard1/* /var/www/xlxd/ cp $XLXINSTDIR/xlxd/scripts/xlxd /etc/init.d/xlxd sed -i "s/XLX999 192.168.1.240 127.0.0.1/$XRFNUM $LOCAL_IP 127.0.0.1/g" /etc/init.d/xlxd update-rc.d xlxd defaults