Bob Mottram hace 8 años
padre
commit
a2bc3cd03b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Ver fichero

1164
     # web server
1164
     # web server
1165
     chroot "$rootdir" apt-get -yq remove --purge apache2
1165
     chroot "$rootdir" apt-get -yq remove --purge apache2
1166
     chroot "$rootdir" apt-get -yq install nginx php5-fpm
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
     cd $rootdir/root/build/nginx_ensite
1168
     cd $rootdir/root/build/nginx_ensite
1169
     git checkout $NGINX_ENSITE_COMMIT -b $NGINX_ENSITE_COMMIT
1169
     git checkout $NGINX_ENSITE_COMMIT -b $NGINX_ENSITE_COMMIT
1170
     echo "nginx-ensite commit:$NGINX_ENSITE_COMMIT" >> $rootdir/root/freedombone-completed.txt
1170
     echo "nginx-ensite commit:$NGINX_ENSITE_COMMIT" >> $rootdir/root/freedombone-completed.txt