From 4d924f4e5e4d7ff977741041acc96654ea1d4b0b Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Fri, 16 Aug 2019 09:22:52 +0200 Subject: [PATCH] Added code to copy the lastheard php --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 870bc8d..d46abb8 100755 --- a/install.sh +++ b/install.sh @@ -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,"