summaryrefslogtreecommitdiffstats
path: root/foreman/ci/clean.sh
diff options
context:
space:
mode:
authorarnaudmorin <arnaud.morin@gmail.com>2015-05-20 00:56:21 +0200
committerarnaudmorin <arnaud.morin@gmail.com>2015-05-20 01:14:31 +0200
commitfd12cafe7998db5430ff3219abd235832a453286 (patch)
tree782008b6582c37e4daee25b29e109e80c38cdfaa /foreman/ci/clean.sh
parent14674941d0e504a942886d36749a0f64490e4ade (diff)
Really kill VBoxHeadless process
This correct a small typo that prevent the clean script to kill VBoxHeadless correctly This also add the psmisc package to dependency list in order to have the killall command JIRA: BGS-49 JIRA: BGS-50 Change-Id: I39143bdbc8076318c5a28868c4bb779411742c09 Signed-off-by: arnaudmorin <arnaud.morin@gmail.com>
Diffstat (limited to 'foreman/ci/clean.sh')
-rwxr-xr-xforeman/ci/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreman/ci/clean.sh b/foreman/ci/clean.sh
index 25352a8..3f3c879 100755
--- a/foreman/ci/clean.sh
+++ b/foreman/ci/clean.sh
@@ -124,7 +124,7 @@ if [ $skip_vagrant -eq 0 ]; then
###kill virtualbox
echo "${blue}Killing VirtualBox ${reset}"
killall virtualbox
- killall VboxHeadless
+ killall VBoxHeadless
###remove virtualbox
echo "${blue}Removing VirtualBox ${reset}"