fix: grant Control scoped access to mesh state #57
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ cp "$alpha7_fixture/etc/control.env" "$alpha7_fixture/original.env"
|
||||||
command install "${arguments[@]}"
|
command install "${arguments[@]}"
|
||||||
}
|
}
|
||||||
chown() { :; }
|
chown() { :; }
|
||||||
|
repair_mesh_state_permissions() { :; }
|
||||||
source <(printf '%s\n%s\n%s\n%s\n' \
|
source <(printf '%s\n%s\n%s\n%s\n' \
|
||||||
"$validate_control_state_migration_definition" \
|
"$validate_control_state_migration_definition" \
|
||||||
"$prepare_control_state_definition" \
|
"$prepare_control_state_definition" \
|
||||||
|
|
@ -372,6 +373,7 @@ tar -C "$archive_root" -czf "$recovery_fixture/bootstrap-backups/alpha7.tar.gz"
|
||||||
command install "${arguments[@]}"
|
command install "${arguments[@]}"
|
||||||
}
|
}
|
||||||
chown() { :; }
|
chown() { :; }
|
||||||
|
repair_mesh_state_permissions() { :; }
|
||||||
source <(printf '%s\n%s\n%s\n' \
|
source <(printf '%s\n%s\n%s\n' \
|
||||||
"$record_control_legacy_state_definition" \
|
"$record_control_legacy_state_definition" \
|
||||||
"$prepare_control_state_definition" \
|
"$prepare_control_state_definition" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue