diff options
Diffstat (limited to 'restore.sh')
-rwxr-xr-x | restore.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Collect restored assets to a text file +# Collect restore asset to a text file DST="/tmp/finalstore/restore" if [ ! -d $DST ]; then mkdir -p $DST |