Github bot : script beautyshied

This commit is contained in:
github-actions
2023-06-18 00:13:59 +00:00
parent 67422b5e23
commit 6322fc3608
2 changed files with 4 additions and 4 deletions

View File

@@ -121,9 +121,9 @@ if bashio::config.has_value 'networkdisks'; then
# Alert if smbv1
if [[ "$MOUNTOPTIONS" == *"1.0"* ]]; then
bashio::log.warning ""
bashio::log.warning "Your smb system requires smbv1. This is an obsolete protocol. Please correct this to prevent issues."
bashio::log.warning ""
bashio::log.warning ""
bashio::log.warning "Your smb system requires smbv1. This is an obsolete protocol. Please correct this to prevent issues."
bashio::log.warning ""
fi
else