dont code when tired
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-03-29 02:54:39 +02:00
parent f67c68f719
commit 84d8406f6e

View File

@ -1,6 +1,6 @@
#!/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
for VOLUME in $VOLUMES; do