diff options
author | EuAndreh <eu@euandre.org> | 2023-03-29 09:44:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-29 09:44:54 -0300 |
commit | cd4f48e3d1f3d891436c0423606b0c737f773644 (patch) | |
tree | cc78e0c784f556b7ac106e95742862a7f2dfa4b5 /bin | |
parent | bin/vm: Allow VM .qcow2 images to be symlinks (diff) | |
download | dotfiles-cd4f48e3d1f3d891436c0423606b0c737f773644.tar.gz dotfiles-cd4f48e3d1f3d891436c0423606b0c737f773644.tar.xz |
bin/vm: sponge(1) config file for more atomic operations
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/vm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ write_ssh_config() { StrictHostKeyChecking no EOF - done > "$XDG_DATA_HOME"/vm/ssh.conf + done | sponge "$XDG_DATA_HOME"/vm/ssh.conf } write_ssh_config |