fix wrong backup dir
This commit is contained in:
parent
222fa0a433
commit
f4a250d592
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ function main() {
|
||||||
|
|
||||||
backup-roles 'oc_'
|
backup-roles 'oc_'
|
||||||
backup-db-dump
|
backup-db-dump
|
||||||
g touch "/var/tmpfile123"
|
backup-directory '/var/backups/'
|
||||||
backup-directory '/var/tmpfile123'
|
|
||||||
|
|
||||||
end-maintenance.sh
|
end-maintenance.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue