Browse Source

remove bash_profile.sh from wicket

Lita Gratrix 10 years ago
parent
commit
83c479eeaf
2 changed files with 1 additions and 1 deletions
  1. 0 1
      frameworks/Java/wicket/bash_profile.sh
  2. 1 0
      frameworks/Java/wicket/setup.sh

+ 0 - 1
frameworks/Java/wicket/bash_profile.sh

@@ -1 +0,0 @@
-export RESIN_HOME=${IROOT}/resin-4.0.41

+ 1 - 0
frameworks/Java/wicket/setup.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 #!/bin/bash
+export RESIN_HOME=${IROOT}/resin-4.0.41
 
 
 sed -i 's|mysql://.*:3306|mysql://'"${DBHOST}"':3306|g' src/main/webapp/WEB-INF/resin-web.xml
 sed -i 's|mysql://.*:3306|mysql://'"${DBHOST}"':3306|g' src/main/webapp/WEB-INF/resin-web.xml