Skip to content

Commit 16339e4

Browse files
committed
rev.10 & remove failure
1 parent 53f1df4 commit 16339e4

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

appspec.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ files:
55
destination: /var/www/html/
66
hooks:
77
ApplicationStop:
8-
# - location: scripts/protect_asg.sh
98
- location: scripts/deregister_from_elb.sh
109
- location: scripts/application_stop.sh
1110
timeout: 60
@@ -22,4 +21,3 @@ hooks:
2221
timeout: 60
2322
runas: root
2423
- location: scripts/register_with_elb.sh
25-
# - location: scripts/unprotect_asg.sh

scripts/after_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ elif which apt-get &>/dev/null; then
66
echo "apt-get"
77
fi
88

9-
echo "Sleeping..."
10-
sleep 120
11-
echo "...Done!"
9+
#echo "Sleeping..."
10+
#sleep 120
11+
#echo "...Done!"

0 commit comments

Comments
 (0)