Update install.sh

This commit is contained in:
ElGamal 2019-08-16 10:38:40 +02:00 committed by GitHub
parent 875b8f8a18
commit ce35f91f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,11 +79,11 @@ helpfiles () {
rm -f /etc/groups.txt rm -f /etc/groups.txt
rm -f /etc/stripped.csv rm -f /etc/stripped.csv
echo "+ Copying groups and users files" echo "+ Copying groups and users files"
cp $DIR/groups.txt $FILESDIR cp /tmp/NextionDriver/groups.txt $FILESDIR
cp $DIR/stripped.csv $FILESDIR cp /tmp/NextionDriver/stripped.csv $FILESDIR
rm -f /var/www/dashboard/mmdvmhost/lh_nextion.php rm -f /var/www/dashboard/mmdvmhost/lh_nextion.php
echo "+ Copying last heard code" echo "+ Copying last heard code"
cp %DIR/lh_nextion.php $FILESDIRPHP cp /tmp/NextionDriver/lh_nextion.php $FILESDIRPHP
} }
herstart () { herstart () {
echo -e "\n+ To test if it all works as expected," echo -e "\n+ To test if it all works as expected,"