Adding sshpass to centos after new karaf upgrade 73/18573/2
authorLuis Gomez <ecelgp@gmail.com>
Fri, 17 Apr 2015 17:27:16 +0000 (10:27 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 19 Apr 2015 01:46:08 +0000 (18:46 -0700)
New Karaf upgrade requires password for bin/client command

Change-Id: Ie2edf2ef0748563db886c82c33b5e1fab0479b3a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jenkins-scripts/controller.sh

index 12cb6e6977f0e4860860f7f5059a5ec64b8679a7..7d8f27fe21b2f9d191a7ff8bb5a9e495ef1a3eea 100755 (executable)
@@ -3,4 +3,7 @@
 # disable the firewall
 service iptables stop
 
+# install sshpass
+yum install -y sshpass
+
 # vim: sw=2 ts=2 sts=2 et :