From ce35f91f5aa9406cf47155dc1ea9373984fe4264 Mon Sep 17 00:00:00 2001 From: ElGamal <706513+ElGamal@users.noreply.github.com> Date: Fri, 16 Aug 2019 10:38:40 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index c18992b..8dbc45d 100755 --- a/install.sh +++ b/install.sh @@ -79,11 +79,11 @@ helpfiles () { rm -f /etc/groups.txt rm -f /etc/stripped.csv echo "+ Copying groups and users files" - cp $DIR/groups.txt $FILESDIR - cp $DIR/stripped.csv $FILESDIR + cp /tmp/NextionDriver/groups.txt $FILESDIR + cp /tmp/NextionDriver/stripped.csv $FILESDIR rm -f /var/www/dashboard/mmdvmhost/lh_nextion.php echo "+ Copying last heard code" - cp %DIR/lh_nextion.php $FILESDIRPHP + cp /tmp/NextionDriver/lh_nextion.php $FILESDIRPHP } herstart () { echo -e "\n+ To test if it all works as expected,"