1 Commits
1.8.1 ... 1.8.2

Author SHA1 Message Date
fbt
358824da8f oops 2015-08-30 16:48:20 +03:00

2
rc.in
View File

@@ -54,7 +54,7 @@ rc.tmpfiles() {
rc.mount_misc() { rc.mount_misc() {
for fs in "${!cfg_mounts[@]}"; do 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'; } [[ "$mount_options" ]] || { mount_options='defaults'; }
mountpoint -q "$mountpoint" || { mountpoint -q "$mountpoint" || {