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