Bob Mottram 8 年之前
父節點
當前提交
a2bc3cd03b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

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