fix typo
This commit is contained in:
parent
0d2d7a16f4
commit
d72775ecb0
@ -219,7 +219,7 @@ done
|
|||||||
|
|
||||||
# store a log (only when not debugging)
|
# store a log (only when not debugging)
|
||||||
if [ -z "$DEBUG" ]; then
|
if [ -z "$DEBUG" ]; then
|
||||||
cat ${tmpdir}/msg | storage ${BACKUP_PREFIX}.log
|
cat ${tmpdir}/msg | storage_put ${BACKUP_PREFIX}.log
|
||||||
created_files="$created_files ${BACKUP_PREFIX}.log"
|
created_files="$created_files ${BACKUP_PREFIX}.log"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user