Преглед изворни кода

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