mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
First mount drives
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# SCRIPTS #
|
||||
###########
|
||||
|
||||
for SCRIPTS in "/00-banner.sh" "/92-local_mounts.sh" "/92-smb_mounts.sh"; do
|
||||
for SCRIPTS in "/00-banner.sh" "/00-local_mounts.sh" "/00-smb_mounts.sh"; do
|
||||
echo $SCRIPTS
|
||||
chown "$(id -u)":"$(id -g)" "$SCRIPTS"
|
||||
chmod a+x $SCRIPTS
|
||||
|
||||
Reference in New Issue
Block a user