Skip to content

Commit

Permalink
Update 00-smb_mounts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 30, 2023
1 parent e64e459 commit 6f2a995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .templates/00-smb_mounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if bashio::config.has_value 'networkdisks'; then

# Prepare mount point
mkdir -p /mnt/"$diskname"
chown -R root:root /mnt/"$diskname"
chown root:root /mnt/"$diskname"

# if Fail test different smb and sec versions
echo "... looking for the optimal parameters for mounting"
Expand Down

0 comments on commit 6f2a995

Please sign in to comment.