match only dirs
This commit is contained in:
parent
6972a584b3
commit
8de97dcdd0
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for dir in /srv
|
||||
cd $dir
|
||||
vol-backup
|
||||
for dir in /srv/*/
|
||||
cd $dir
|
||||
vol-backup
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user