mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
On current .bash_profile it prints "Constructing RAID volume..." when scylla_ami_setup is still running, even it running on unsupported instance types. To avoid that we need to run instance type check at first, then we can run rest of the script. Fixes #2739 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <20180613111539.30517-1-syuu@scylladb.com>