We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab52e4 commit ce70604Copy full SHA for ce70604
codedeploy/application_start.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-if [ ! -e /opt/micropost/env.sh ]; then
+if [ ! -s /opt/micropost/env.sh ]; then
4
echo "This is a newly created instance. Deployment will be done in cloud-init."
5
exit 0
6
fi
0 commit comments