mirror of
https://github.com/n5amd/xlxd-debian-installer.git
synced 2026-01-23 00:30:20 +01:00
Update xlxd-debian-installer.sh
dashboard dir changed to dashboard1
This commit is contained in:
parent
10d59bdcbb
commit
69e54ec318
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue