You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifying a file with sed doesn't work. Either in place or using redirection:
sed -e 's/ replicas: 1/ replicas: 2/g' testmount/default/rc/postgres/yaml > testmount/default/rc/postgres/yaml
I have a feeling that instead of truncating the file and overwriting it sed tries to create a new file and move it in its place. Haven't looked into this though, but it would be nice to get this working.
The text was updated successfully, but these errors were encountered:
Modifying a file with sed doesn't work. Either in place or using redirection:
I have a feeling that instead of truncating the file and overwriting it sed tries to create a new file and move it in its place. Haven't looked into this though, but it would be nice to get this working.
The text was updated successfully, but these errors were encountered: