Bob Mottram 9 lat temu
rodzic
commit
b839470beb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Wyświetl plik

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