Preventing installer.sh execution to hang 60/87860/1
authorMichal Ptacek <m.ptacek@partner.samsung.com>
Thu, 16 May 2019 11:07:35 +0000 (11:07 +0000)
committerMichal Ptacek <m.ptacek@partner.samsung.com>
Thu, 16 May 2019 11:11:11 +0000 (11:11 +0000)
commit9a59345158b8d271b31aec038f0fb032a3d5f383
tree9d6a32c0ee806cf1cde9d016433ae8b52f287e5c
parentc8d038951d41978bb00005e23081e6562c0ab754
Preventing installer.sh execution to hang

This newgrp command used is not suitable for shell scripting,
it looks like misuse as it created new shell under right group
but prevents further script execution as it has to be exited
first.

Change-Id: I974da3a4b8d1e0827c846150079d453789d89554
Issue-ID: MULTICLOUD-632
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
kud/hosting_providers/vagrant/installer.sh