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