From a1e97fce632476ba2dd89eae4c2bc03d85eab831 Mon Sep 17 00:00:00 2001 From: jywarren Date: Mon, 5 Nov 2018 12:38:29 -0500 Subject: [PATCH] path fixx --- builder/chroot-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/chroot-script.sh b/builder/chroot-script.sh index e292997..a069607 100644 --- a/builder/chroot-script.sh +++ b/builder/chroot-script.sh @@ -225,7 +225,7 @@ cd /var/www/ git clone https://github.com/publiclab/infragram.git cd infragram npm install -cd / +cd /var/www/ echo "Installing image-sequencer" # install image-sequencer in the web public folder: