From a27aba851e2bb0430fa3afa1c46f2751c2288d04 Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Fri, 16 Aug 2019 10:07:03 +0200 Subject: [PATCH] Testing the option to copy the php file --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index d46abb8..e4475be 100755 --- a/install.sh +++ b/install.sh @@ -80,9 +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 + 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,"