|
@@ -385,7 +385,7 @@ initialise_mesh() {
|
385
|
385
|
echo '[Install]' >> $MESH_SETUP_DAEMON
|
386
|
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
|
391
|
# Set to true/false to control if eatmydata is used during build
|