First mount drives

This commit is contained in:
Alexandre
2023-04-08 07:05:10 +02:00
committed by GitHub
parent 3bed913863
commit 58d112ecc4
43 changed files with 49 additions and 48 deletions

View File

@@ -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