Github bot : script beautyshied

This commit is contained in:
github-actions
2022-10-02 00:20:30 +00:00
parent aae0534c41
commit 5d32491a42
5 changed files with 69 additions and 69 deletions

View File

@@ -31,7 +31,7 @@ if bashio::config.has_value 'localdisks'; then
# Mount as uuid
if [ ${#disk} == 36 ] ; then
devpath=/dev/disk/by-uuid
# Mount as label
# Mount as label
elif [ "${disk:0:2}" != "sd" ] && [ "${disk:0:4}" != "nvme" ] ; then
devpath=/dev/disk/by-label
fi