Update xlxd-debian-installer.sh

Figlets "
This commit is contained in:
M0VUB 2021-12-05 00:47:18 +00:00 committed by GitHub
parent a1bae08a5d
commit 42eab96686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ else
echo "Downloading and compiling LX4JL XLXD... "
echo "------------------------------------------------------------------------------"
cd $XLXINSTDIR
figlet "XLXD Installer.
figlet "XLXD Installer."
git clone $XLXDREPO
cd $XLXINSTDIR/xlxd/src
make clean
@ -142,7 +142,7 @@ fi
clear
echo "Starting XLXD.....
sleep 2
figlet "XLXD Reflector
figlet "XLXD Reflector"
service xlxd start
systemctl restart apache2
echo "------------------------------------------------------------------------------"