@@ -28,7 +28,7 @@ rc.tmpfiles() {
rc.mount() {
for fs in "${cfg_mounts[@]}"; do
echo "$fs" | while IFS=':' read device fs_type mountpoint mount_options; do
echo "$fs" | while read device fs_type mountpoint mount_options; do
[[ "$mount_options" ]] || { mount_options='defaults'; }
The note is not visible to the blocked user.