mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
try and figure out why it silently fails
This commit is contained in:
@@ -5,8 +5,8 @@ indent() { sed "s/^/ /"; }
|
||||
echo "-----> Booting EC2 instance..."
|
||||
start=$(ec2-run-instances -k $1 ami-f3d1bb9a 2>&1 )
|
||||
if [[ $? > 0 ]]; then
|
||||
echo "$start"
|
||||
exit
|
||||
echo "$start" | indent
|
||||
exit 3
|
||||
fi
|
||||
INSTANCE=$(echo "$start" | awk '/^INSTANCE/ {print $2}')
|
||||
terminate() {
|
||||
|
||||
Reference in New Issue
Block a user