1
0
mirror of synced 2024-11-22 13:06:02 +03:00
This commit is contained in:
hwdsl2 2014-10-08 14:24:34 -07:00
parent c8c2c102f5
commit 1c7c5e390c

View File

@ -23,7 +23,7 @@
# know how you have improved it! # know how you have improved it!
if [[ "`uname`" == "Darwin" ]]; then if [[ "`uname`" == "Darwin" ]]; then
echo "DO NOT run this script on your Mac! This script should only be run on a newly-created EC2 instance" echo "DO NOT run this script on your Mac! It should only be run on a newly-created EC2 instance"
echo "or other dedicated server / VPS, after you have modified it to set the three variables below." echo "or other dedicated server / VPS, after you have modified it to set the three variables below."
echo "Please see detailed instructions at the URLs in the comments above." echo "Please see detailed instructions at the URLs in the comments above."
exit 1 exit 1