From 925f415c4bd2651ccf5fe5e70a61cfd236c6159e Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 23 Feb 2011 13:27:34 +0530 Subject: [PATCH] change deploy path to /usr/local/cloud for simulator --- build/deploy/deploy-simulator.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/deploy/deploy-simulator.sh b/build/deploy/deploy-simulator.sh index f956d64e91a..ac7a9df194b 100644 --- a/build/deploy/deploy-simulator.sh +++ b/build/deploy/deploy-simulator.sh @@ -44,8 +44,8 @@ printf "NOTE: You must have root privileges to install and run this program.\n" if [ "$mode" == "setup" ]; then mode="expert" - deploydir="/usr/local/vmops/agent-simulator" - confdir="/etc/vmops" + deploydir="/usr/local/cloud/agent-simulator" + confdir="/etc/cloud" /bin/cp -f $deploydir/conf/agent.properties $confdir/agent.properties if [ $? -gt 0 ]; then printf "ERROR: Failed to copy the agent.properties file into the right place." @@ -111,11 +111,11 @@ fi if [ "$deploydir" == "" ]; then if [ "$mode" != "expert" ]; then - printf "Directory to deploy to [defaults to /usr/local/vmops/agent-simulator]: " + printf "Directory to deploy to [defaults to /usr/local/cloud/agent-simulator]: " read deploydir fi if [ "$deploydir" == "" ]; then - deploydir="/usr/local/vmops/agent-simulator" + deploydir="/usr/local/cloud/agent-simulator" fi fi if ! mkdir -p $deploydir