From c94eb9fc631cad93c4e941c15e714edf993113da Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 7 Mar 2020 18:30:26 -0700 Subject: [PATCH] cp index.php on make installbase --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4252bb4..a484d97 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ installbase : $(BASE_PROGRAMS) gwys.txt qn.cfg /bin/ln -s $(shell pwd)/qn.cfg $(CFGDIR) /bin/cp -f defaults $(CFGDIR) /bin/cp -f system/qngateway.service $(SYSDIR) + /bin/cp -f index.php $(WWWDIR) systemctl enable qngateway.service systemctl daemon-reload systemctl start qngateway.service