Browse code

Define DEST in stackrc

Move the initial definition of DEST so it is available in localrc and
the tools/*.sh scripts.

Change-Id: Ifc1b3cf3c3cd7b732007e83e74710f14f20f7624

Dean Troyer authored on 2012/07/06 23:39:07
Showing 1 changed files
... ...
@@ -1,6 +1,9 @@
1 1
 # Find the other rc files
2 2
 RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
3 3
 
4
+# Destination path for installation
5
+DEST=/opt/stack
6
+
4 7
 # Specify which services to launch.  These generally correspond to
5 8
 # screen tabs. If you like to add other services that are not enabled
6 9
 # by default you can append them in your ENABLED_SERVICES variable in