fixed restore.sh
This commit is contained in:
parent
848857b6a9
commit
b862f8943a
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
set -Eeox pipefail
|
||||
|
||||
function main() {
|
||||
local role_snapshot_id="${1:-latest}"; shift
|
||||
local db_snapshot_id="${1:-latest}"; shift
|
||||
local file_snapshot_id="${1:-latest}"; shift
|
||||
local role_snapshot_id="${1:-latest}"
|
||||
local db_snapshot_id="${2:-latest}"
|
||||
local file_snapshot_id="${3:-latest}"
|
||||
|
||||
|
||||
start-maintenance.sh
|
||||
|
|
Loading…
Reference in a new issue