소스 검색

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() {