LaundrySorcery

git clone git://xatko.vsos.ethz.ch/LaundrySorcery.git
Log | Files | Refs

commit 055c6ae3cf41977e7ddb0a951c1ac857462fddad
parent e0d0b59b8e8e3f7e9abf57ca84c0c873bb8fbc80
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  6 Jun 2018 16:34:21 +0000

Copy the generate_image.sh in install method

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -20,3 +20,4 @@ install: src/laundrysorcery $(WWWDIR)/database.rrd install -s -m 755 src/laundrysorcery $(DESTDIR)/bin/laundrysorcery install -m 600 dist/systemd/LaundrySorcery.service /var/lib/systemd/system/LaundrySorcery.service install -m 755 $(wildcard www/index.sh www/light_*.sh) -t $(WWWDIR) + install -m 644 www/generate_image.sh -t $(WWWDIR)