Skip to content

Commit f4def21

Browse files
committed
update
1 parent 25997fe commit f4def21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gzip $FILENAME-$DATETIME.sql
2222
exit 1
2323
fi
2424

25-
azure storage blob upload $FILENAME-$DATETIME.gz $CONTAINER
25+
azure storage blob upload $FILENAME-$DATETIME.sql.gz $CONTAINER
2626

2727
if [ "$?" != "0" ]; then
2828
exit 1

0 commit comments

Comments
 (0)