Skip to content

Commit

Permalink
Update 00-local_mounts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 30, 2023
1 parent f6e3cdf commit 2e5054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .templates/00-local_mounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if bashio::config.has_value 'localdisks'; then
bashio::log.blue "---------------------------------------------------"

# Show support fs https://github.com/dianlight/hassio-addons/blob/2e903184254617ac2484fe7c03a6e33e6987151c/sambanas/rootfs/etc/s6-overlay/s6-rc.d/init-automount/run#L106
fstypes=$(grep -v nodev </proc/filesystems | paste -d' ' - - | tr -d '\n\t')
fstypes=$(grep -v nodev </proc/filesystems | awk '{$1=" "$1}1' | tr -d '\n\t')
bashio::log.green "Supported fs : ${fstypes}"
bashio::log.green "Source : github.com/dianlight"
bashio::log.blue "---------------------------------------------------"
Expand Down

0 comments on commit 2e5054b

Please sign in to comment.