summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-01-08 18:24:02 +0300
committerMaxim Devaev <[email protected]>2022-01-08 18:24:02 +0300
commitae4709db174f72bd1f2d3cbb7c1af155c4dfbf18 (patch)
tree4e436ffb3c942855526dad8bd08b40ac2c10020d
parent5ce653dde5e186e39e011f838801765e14289d70 (diff)
fix
-rw-r--r--kvmd.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd.install b/kvmd.install
index 93994f9d..7e5a3aff 100644
--- a/kvmd.install
+++ b/kvmd.install
@@ -45,5 +45,5 @@ post_upgrade() {
[ ! -f /etc/conf.d/rngd ] || (echo 'RNGD_OPTS="-o /dev/random -r /dev/hwrng -x jitter -x pkcs11 -x rtlsdr"' > /etc/conf.d/rngd)
# Some update deletes /etc/motd, WTF
- [ ! -f /etc/motd -a -f /etc/motd.pacsave ] && echo mv /etc/motd.pacsave /etc/motd
+ [ ! -f /etc/motd -a -f /etc/motd.pacsave ] && mv /etc/motd.pacsave /etc/motd
}