Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2023-10-03 08:15:21 +02:00
committed by GitHub
parent 89a65d6462
commit 66ab63be75

View File

@@ -8,12 +8,12 @@
if bashio::config.has_value 'networkdisks'; then
# Alert message that it is a new code
if [[ "$(date +"%Y%m%d")" -lt "20240101" ]]; then
bashio::log.warning "------------------------"
bashio::log.warning "This is a new code, please report any issues on https://github.com/alexbelgium/hassio-addons"
bashio::log.warning "------------------------"
fi
# Alert message that it is a new code
if [[ "$(date +"%Y%m%d")" -lt "20240101" ]]; then
bashio::log.warning "------------------------"
bashio::log.warning "This is a new code, please report any issues on https://github.com/alexbelgium/hassio-addons"
bashio::log.warning "------------------------"
fi
echo 'Mounting smb share(s)...'