From a2bc3cd03becc772e6a2b99343183b61afdbb8b4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 23 Feb 2017 19:27:33 +0000 Subject: [PATCH] typo --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 39fc0776..36285a83 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1164,7 +1164,7 @@ function image_setup_utils { # web server chroot "$rootdir" apt-get -yq remove --purge apache2 chroot "$rootdir" apt-get -yq install nginx php5-fpm - git clone $$NGINX_ENSITE_REPO $rootdir/root/build/nginx_ensite + git clone $NGINX_ENSITE_REPO $rootdir/root/build/nginx_ensite cd $rootdir/root/build/nginx_ensite git checkout $NGINX_ENSITE_COMMIT -b $NGINX_ENSITE_COMMIT echo "nginx-ensite commit:$NGINX_ENSITE_COMMIT" >> $rootdir/root/freedombone-completed.txt