[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
David GUENAULT
dguenault at monitoring-fr.org
Tue Feb 28 22:21:49 UTC 2012
The following commit has been merged in the debian/master branch:
commit 384e0510164b66219e408aa1aa0a4e61eedac353
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date: Sun Feb 19 11:27:36 2012 +0100
FIX command output redirection
diff --git a/contrib/alternative-installation/shinken-install/shinken.sh b/contrib/alternative-installation/shinken-install/shinken.sh
index a937df1..a7184a5 100755
--- a/contrib/alternative-installation/shinken-install/shinken.sh
+++ b/contrib/alternative-installation/shinken-install/shinken.sh
@@ -309,7 +309,7 @@ function prerequisites(){
for b in $bins
do
- rb=$(which $b)
+ rb=$(which $b >> $TMP/shinken.install.log 2>&1)
if [ $? -eq 0 ]
then
cecho " > Checking for $b : OK" green
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list