Merge pull request #275 from ceph/rename-install-ansible

Rename bootstrap ansible to install
pull/276/head
Leseb 2015-06-09 16:07:59 +02:00
commit 29e25de992
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
#
# THIS SCRIPT INSTALLS ANSIBLE
if [[ $EUID -ne 0 ]]; then
echo "You are NOT running this script as root."