|
@@ -1164,7 +1164,7 @@ function image_setup_utils {
|
1164
|
1164
|
# web server
|
1165
|
1165
|
chroot "$rootdir" apt-get -yq remove --purge apache2
|
1166
|
1166
|
chroot "$rootdir" apt-get -yq install nginx php5-fpm
|
1167
|
|
- git clone $$NGINX_ENSITE_REPO $rootdir/root/build/nginx_ensite
|
|
1167
|
+ git clone $NGINX_ENSITE_REPO $rootdir/root/build/nginx_ensite
|
1168
|
1168
|
cd $rootdir/root/build/nginx_ensite
|
1169
|
1169
|
git checkout $NGINX_ENSITE_COMMIT -b $NGINX_ENSITE_COMMIT
|
1170
|
1170
|
echo "nginx-ensite commit:$NGINX_ENSITE_COMMIT" >> $rootdir/root/freedombone-completed.txt
|