fix???
This commit is contained in:
parent
21dec8b17f
commit
bc228723d7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ cd /etc/credentials
|
|||
for file in *; do
|
||||
[ ! -f "$file" ] && continue
|
||||
echo "# mounting $file"
|
||||
. $file
|
||||
. ./$file
|
||||
mount -t cifs //$domain/backup /mnt/$file -o credentials=/etc/credentials/$file
|
||||
done
|
||||
|
||||
|
|
Reference in a new issue