From 0c0e2b9ecc7a033a5e05fc422fecb465f1956254 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 12 Sep 2017 18:52:55 +0100 Subject: [PATCH] Tidying --- src/freedombone-image-customise | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index b4ee1684..834be2f7 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -580,9 +580,9 @@ install_patchwork() { echo $'Unable to download npm installer' exit 8793636 fi + chroot "$rootdir" chmod +x /root/npm_install.sh + chroot "$rootdir" /root/npm_install.sh $NPM_VERSION fi - chroot "$rootdir" chmod +x /root/npm_install.sh - chroot "$rootdir" /root/npm_install.sh $NPM_VERSION git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork