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
|
for file in *; do
|
||||||
[ ! -f "$file" ] && continue
|
[ ! -f "$file" ] && continue
|
||||||
echo "# mounting $file"
|
echo "# mounting $file"
|
||||||
. $file
|
. ./$file
|
||||||
mount -t cifs //$domain/backup /mnt/$file -o credentials=/etc/credentials/$file
|
mount -t cifs //$domain/backup /mnt/$file -o credentials=/etc/credentials/$file
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Reference in a new issue