mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 12:38:11 +00:00
Merge pull request #809 from justincormack/shell-exec
Use shell to execute userdata
This commit is contained in:
commit
018be45ec8
@ -60,8 +60,7 @@ start()
|
|||||||
# TODO(nathanleclaire/kencochrane): Migrate this to mobyconfig, or similar.
|
# TODO(nathanleclaire/kencochrane): Migrate this to mobyconfig, or similar.
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
chmod 755 /tmp/user-data
|
sh /tmp/user-data
|
||||||
/tmp/user-data
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eend 0
|
eend 0
|
||||||
|
Loading…
Reference in New Issue
Block a user