diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index 54b84d8..8db5a1c 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -93,7 +93,7 @@ echo "Updating XLXD Config file... " XLXCONFIG=/var/www/xlxd/pgs/config.inc.php sed -i "s/your_email/$EMAIL/g" $XLXCONFIG sed -i "s/LX1IQ/$CALLSIGN/g" $XLXCONFIG -sed -i "s/http:\/\/your_dashboard/$XLXDOMAIN/g" $XLXCONFIG +sed -i "s/http:\/\/your_dashboard/http:\/\/$XLXDOMAIN/g" $XLXCONFIG sed -i "s/\/tmp\/callinghome.php/\/xlxd\/callinghome.php/g" $XLXCONFIG echo "Copying directives and reloading apache... " cp $DIRDIR/templates/apache.tbd.conf /etc/apache2/sites-available/$XLXDOMAIN.conf