After move to /etc/anvil reflect that in the euca generator
This commit is contained in:
parent
f819f51b81
commit
5b1880d162
4
euca.sh
4
euca.sh
@ -15,11 +15,11 @@ if [[ -n "$2" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Find the other rc files
|
# Find the other rc files
|
||||||
RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
|
RC_DIR="/etc/anvil"
|
||||||
CORE_RC="install.rc"
|
CORE_RC="install.rc"
|
||||||
EC2_RC="euca.rc"
|
EC2_RC="euca.rc"
|
||||||
|
|
||||||
if [ ! -f $RC_DIR/$CORE_RC ];
|
if [ ! -f "$RC_DIR/$CORE_RC" ];
|
||||||
then
|
then
|
||||||
GEN_CMD="smithy -a install"
|
GEN_CMD="smithy -a install"
|
||||||
echo "File '$RC_DIR/$CORE_RC' needed before running '$ME'"
|
echo "File '$RC_DIR/$CORE_RC' needed before running '$ME'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user