mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02:00
Debugging messages
This commit is contained in:
@@ -19,6 +19,7 @@ if bashio::config.has_value 'networkdisks'; then
|
|||||||
echo 'Mounting smb share(s)...'
|
echo 'Mounting smb share(s)...'
|
||||||
|
|
||||||
if bashio::config.has_value 'cifsdomain'; then
|
if bashio::config.has_value 'cifsdomain'; then
|
||||||
|
echo "Using domain $(bashio::config 'cifsdomain')"
|
||||||
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
DOMAIN=",domain=$(bashio::config 'cifsdomain')"
|
||||||
else
|
else
|
||||||
DOMAIN=""
|
DOMAIN=""
|
||||||
@@ -26,6 +27,7 @@ if bashio::config.has_value 'networkdisks'; then
|
|||||||
|
|
||||||
# Mount using UID/GID values
|
# Mount using UID/GID values
|
||||||
if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then
|
if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then
|
||||||
|
echo "Using PUID $(bashio::config 'PUID') and PGID $(bashio::config 'PGID')"
|
||||||
PUID=",uid=$(bashio::config 'PUID')"
|
PUID=",uid=$(bashio::config 'PUID')"
|
||||||
PGID=",gid=$(bashio::config 'PGID')"
|
PGID=",gid=$(bashio::config 'PGID')"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user