Merge pull request #809 from justincormack/shell-exec

Use shell to execute userdata
This commit is contained in:
Justin Cormack 2016-11-29 07:43:14 -08:00 committed by GitHub
commit 018be45ec8

View File

@ -60,8 +60,7 @@ start()
# TODO(nathanleclaire/kencochrane): Migrate this to mobyconfig, or similar.
if [ $? -eq 0 ]
then
chmod 755 /tmp/user-data
/tmp/user-data
sh /tmp/user-data
fi
eend 0