mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Update run
This commit is contained in:
@@ -21,7 +21,6 @@ if bashio::config.has_value 'networkdisks'; then
|
||||
bashio::log.info "Mount ${disk}"
|
||||
echo "Creating /storage/storagecifs"
|
||||
mkdir -p /storage/storagecifs
|
||||
chown -R abc:abc /storage/storagecifs
|
||||
mount -t cifs -o username=$CIFS_USERNAME,password=$CIFS_PASSWORD $disk /storage/storagecifs && \
|
||||
bashio::log.info "Success!"
|
||||
done || \
|
||||
|
||||
Reference in New Issue
Block a user