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

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

385
     echo '[Install]' >> $MESH_SETUP_DAEMON
385
     echo '[Install]' >> $MESH_SETUP_DAEMON
386
     echo 'WantedBy=multi-user.target' >> $MESH_SETUP_DAEMON
386
     echo 'WantedBy=multi-user.target' >> $MESH_SETUP_DAEMON
387
 
387
 
388
-    chroot $rootdir systemctl enable $MESH_SERVICE
388
+    chroot "$rootdir" systemctl enable $MESH_SERVICE
389
 }
389
 }
390
 
390
 
391
 # Set to true/false to control if eatmydata is used during build
391
 # Set to true/false to control if eatmydata is used during build