mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
correction of smb script
This commit is contained in:
@@ -63,9 +63,9 @@ if bashio::config.has_value 'localdisks'; then
|
||||
bashio::log.warning "Protection mode is ON. Unable to mount local drives!"
|
||||
fi || true
|
||||
|
||||
#########################
|
||||
# MOUNT SMB SHARES v1.6 #
|
||||
#########################
|
||||
######################
|
||||
# EXECUTE SMB SCRIPT #
|
||||
######################
|
||||
chown $(id -u):$(id -g) /92-smb_mounts.sh
|
||||
chmod a+x /92-smb_mounts.sh
|
||||
/./92-smb_mounts.sh
|
||||
|
||||
Reference in New Issue
Block a user