We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9002893 commit 9cb98ebCopy full SHA for 9cb98eb
entrypoint
@@ -15,7 +15,7 @@ TARGET_PREFIX="/target"
15
DATA_DIRECTORY="/var/lib/mysql"
16
17
find_last_full_backup() {
18
- FILES=( $(ls $TARGET/full-????-??-??) )
+ FILES=( $(ls -d $TARGET/full-????-??-??-??????) )
19
echo ${FILES[-1]}
20
}
21
@@ -326,7 +326,7 @@ case $1 in
326
echo "======================================================================"
327
echo ""
328
329
330
exit 0
331
;;
332
run)
0 commit comments