summaryrefslogtreecommitdiff
path: root/kvmd.install
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd.install')
-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
}