Skip to content

Commit

Permalink
Update inventory migration script for #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jan 18, 2017
1 parent a2d8f66 commit be3f9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/scripts/upgrade-from-v0.3.X-to-v0.4.X
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '
| xargs --null sed --in-place --regexp-extended '
s/owncloud__nginx__servers/owncloud__nginx__dependent_servers/g;
s/owncloud__nginx__upstream_php/owncloud__nginx__dependent_upstreams/g;
s/owncloud__theme_entitiy_name/owncloud__theme_entity_name/g;
'

0 comments on commit be3f9a1

Please sign in to comment.