Browse Source

Mark nodejs as installed within image

Bob Mottram 7 years ago
parent
commit
fb0aa4fba2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

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