mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
more quotes to make shellcheck happy
This commit is contained in:
parent
6d630b8fe4
commit
6da7333a76
6 changed files with 11 additions and 7 deletions
|
|
@ -22,7 +22,7 @@
|
|||
_create = diskoLib.mkCreateOption {
|
||||
inherit config options;
|
||||
default = { dev }: ''
|
||||
echo "${dev}" >> $disko_devices_dir/zfs_${config.pool}
|
||||
echo "${dev}" >> "$disko_devices_dir"/zfs_${config.pool}
|
||||
'';
|
||||
};
|
||||
_mount = diskoLib.mkMountOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue