Bob Mottram 8 년 전
부모
커밋
a2bc3cd03b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 파일 보기

@@ -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