damn semicolumns
This commit is contained in:
parent
37b70442a1
commit
de8111930e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ "$(id -u)" -ne 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd /etc/credentials
|
cd /etc/credentials
|
||||||
for file in ./* do
|
for file in ./*; do
|
||||||
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
|
||||||
|
|
Reference in a new issue