fix check for 'service' command in the upgrade test

This commit is contained in:
Timofey Turenko 2017-12-05 11:19:47 +02:00
parent 9f11fdd2c1
commit 0a23d526ff

View File

@ -92,7 +92,7 @@ scp $scpopt ${script_dir}/cnf/$cnf_file $sshuser@$IP:~/
. ${script_dir}/configure_log_dir.sh
${mdbci_dir}/mdbci ssh --command 'service --help' $name/maxscale
${mdbci_dir}/mdbci ssh --command 'sudo service --help' $name/maxscale
if [ $? == 0 ] ; then
maxscale_start_cmd="sudo service maxscale start"
else