浏览代码

Mark nodejs as installed within image

Bob Mottram 7 年前
父节点
当前提交
fb0aa4fba2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-customise

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

@@ -1899,7 +1899,7 @@ image_setup_utils() {
1899 1899
 
1900 1900
 image_install_nodejs() {
1901 1901
     mesh_install_nodejs
1902
-    #echo 'install_nodejs' >> ${rootdir}/root/${PROJECT_NAME}-completed.txt
1902
+    echo 'install_nodejs' >> "${rootdir}/root/${PROJECT_NAME}-completed.txt"
1903 1903
 }
1904 1904
 
1905 1905
 image_preinstall_repos() {