Browse code

Merge "Define DEST in stackrc"

Jenkins authored on 2012/08/02 10:34:15
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