Browse Source

remove bash_profile.sh for play-activate-mysql

Lita Gratrix 10 years ago
parent
commit
03f09bed38

+ 0 - 3
frameworks/Scala/play-activate-mysql/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export PLAY2_HOME=${IROOT}/play-2.2.0

+ 1 - 0
frameworks/Scala/play-activate-mysql/setup.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
+export PLAY2_HOME=${IROOT}/play-2.2.0
 
 sed -i 's|jdbc:mysql://.*:3306|jdbc:mysql://'"${DBHOST}"':3306|g' conf/application.conf