Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Schubert 2019-03-13 20:29:06 +01:00
commit 0ee42ac3d4
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ function db_backup {
pass=XXXXXXX
db=wordpress
mysqldump --opt --add-drop-table -h$host -u$user -p$pass $db > wp-db.sql
}
function file_backup {
@ -31,4 +31,4 @@ function upload {
# Funktionsaufrufe
db_backup
file_backup
upload
upload