oops
This commit is contained in:
parent
c0364011e0
commit
358824da8f
2
rc.in
2
rc.in
|
@ -54,7 +54,7 @@ rc.tmpfiles() {
|
|||
|
||||
rc.mount_misc() {
|
||||
for fs in "${!cfg_mounts[@]}"; do
|
||||
echo "$fs" | while IFS=':' read fs_type mountpoint mount_options; do
|
||||
echo "${cfg_mounts[$fs]}" | while IFS=':' read fs_type mountpoint mount_options; do
|
||||
[[ "$mount_options" ]] || { mount_options='defaults'; }
|
||||
|
||||
mountpoint -q "$mountpoint" || {
|
||||
|
|
Loading…
Reference in New Issue
Block a user