This commit is contained in:
parent
f67c68f719
commit
84d8406f6e
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VOLUMES=$(find /tmp -maxdepth 1 -type d -exec basename {} \; | tail -n +2)
|
VOLUMES=$(find /backup -maxdepth 1 -type d -exec basename {} \; | tail -n +2)
|
||||||
|
|
||||||
#loop volumes
|
#loop volumes
|
||||||
for VOLUME in $VOLUMES; do
|
for VOLUME in $VOLUMES; do
|
||||||
|
Loading…
Reference in New Issue
Block a user