|
|
@ -53,7 +53,7 @@ function start {
|
|
|
|
openssl base64 -d > /tmp/context.sh
|
|
|
|
openssl base64 -d > /tmp/context.sh
|
|
|
|
export_rc_vars /tmp/context.sh
|
|
|
|
export_rc_vars /tmp/context.sh
|
|
|
|
execute_scripts
|
|
|
|
execute_scripts
|
|
|
|
elif curl -o /tmp/context.sh http://169.254.169.254/latest/user-data
|
|
|
|
elif curl -o /tmp/context.sh http://169.254.169.254/latest/user-data ; then
|
|
|
|
export_rc_vars /tmp/context.sh
|
|
|
|
export_rc_vars /tmp/context.sh
|
|
|
|
execute_scripts
|
|
|
|
execute_scripts
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|