summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 17:05:33 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 17:05:33 -0400
commiteb502bd9cc88e7390f0763e23e8fda01cbba5da2 (patch)
tree0d9e6518c156a5db4d976e863012b657ae13c684 /modules/base
parent6fc4973c51453efc07b0d487a6c4c6b842f8e50a (diff)
downloadpuppet-tozt-eb502bd9cc88e7390f0763e23e8fda01cbba5da2.tar.gz
puppet-tozt-eb502bd9cc88e7390f0763e23e8fda01cbba5da2.zip
silence tput warnings from yaourt
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/files/pacman-cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/files/pacman-cron b/modules/base/files/pacman-cron
index 30b859f..5c19288 100644
--- a/modules/base/files/pacman-cron
+++ b/modules/base/files/pacman-cron
@@ -1,3 +1,3 @@
#!/bin/sh
-yaourt -Sya > /dev/null
+TERM=xterm yaourt -Sya > /dev/null