Update xlxd-debian-installer.sh

dashboard dir changed to dashboard1
This commit is contained in:
Ben 2025-12-09 13:27:46 +00:00 committed by GitHub
parent 10d59bdcbb
commit 69e54ec318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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