mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2026-01-20 15:00:17 +01:00
Added code to copy the lastheard php
This commit is contained in:
parent
4f26a6906b
commit
4d924f4e5e
|
|
@ -3,9 +3,9 @@
|
|||
# #
|
||||
# NextionDriver installer #
|
||||
# #
|
||||
# (c)2018-2019 by ON7LDS #
|
||||
# (c)2018-2019 by ON7LDS & EA5KL #
|
||||
# #
|
||||
# V1.03 #
|
||||
# V1.04 #
|
||||
# #
|
||||
#########################################################
|
||||
|
||||
|
|
@ -80,6 +80,9 @@ helpfiles () {
|
|||
echo "+ Copying groups and users files"
|
||||
cp $DIR/groups.txt $FILESDIR
|
||||
cp $DIR/stripped.csv $FILESDIR
|
||||
# rm -f /var/www/dashboard/mmdvmhost/lh_nextion.php
|
||||
# echo "+ Copying last heard code"
|
||||
# cp %DIR/lh_nextion.php /var/www/dashboard/mmdvmhost
|
||||
}
|
||||
herstart () {
|
||||
echo -e "\n+ To test if it all works as expected,"
|
||||
|
|
|
|||
Loading…
Reference in a new issue