From 6f55c2356fc90cb55d835360ebf9d1868acef91d Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 29 Jul 2020 06:05:46 -0700 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5400ace..368b700 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ installdash : index.php /usr/bin/apt update /usr/bin/apt install -y php-common php-fpm sqlite3 php-sqlite3 mkdir -p $(WWWDIR) - mkdir -p dashbaordV2/jsonData + mkdir -p dashboardV2/jsonData /bin/ln -f -s $(shell pwd)/index.php $(WWWDIR) /bin/ln -f -s $(shell pwd)/dashboardV2 $(WWWDIR) /bin/cp -f system/qndash.service $(SYSDIR)