From 3f3067c27e0311656d4442e4474e4981a3b46c09 Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Tue, 11 Jan 2022 19:52:50 -0500 Subject: [PATCH] Update xlxd-debian-installer.sh Removing delayed startup. --- 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 fa83d63..f1f6218 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -101,7 +101,7 @@ 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 # Delaying startup time -mv /etc/rc3.d/S01xlxd /etc/rc3.d/S10xlxd +# mv /etc/rc3.d/S01xlxd /etc/rc3.d/S10xlxd ##Disabling as its not really needed. echo "Updating XLXD Config file... " XLXCONFIG=/var/www/xlxd/pgs/config.inc.php sed -i "s/your_email/$EMAIL/g" $XLXCONFIG