aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/bin
diff options
context:
space:
mode:
authorJeppe Toustrup <jeppe@tenzer.dk>2010-01-05 23:57:38 +0100
committerChris Ball <cjb@laptop.org>2010-04-05 13:16:00 -0400
commit13bf676f0ce8201de185c83fedda0a16564eb53e (patch)
treeab751f20628ad2d36496e9ce504f343f21dc7b56 /etherpad/bin
parentec9fcd7b971f2cab81050679f662c2a21ce87626 (diff)
downloadetherpad-13bf676f0ce8201de185c83fedda0a16564eb53e.tar.gz
etherpad-13bf676f0ce8201de185c83fedda0a16564eb53e.tar.xz
etherpad-13bf676f0ce8201de185c83fedda0a16564eb53e.zip
Changed the default setup to a production setup, use 'dev' as a parameter if you want a development setup.
Diffstat (limited to 'etherpad/bin')
-rwxr-xr-xetherpad/bin/rebuildjar.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/etherpad/bin/rebuildjar.sh b/etherpad/bin/rebuildjar.sh
index a63cc0c..40f6a10 100755
--- a/etherpad/bin/rebuildjar.sh
+++ b/etherpad/bin/rebuildjar.sh
@@ -82,10 +82,9 @@ trap notify EXIT
source ../infrastructure/bin/compilecache.sh
-suffix="-dev";
-if [ "$1" == "prod" ]; then
- suffix="";
- shift;
+if [ "$1" == "dev" ]; then
+ suffix="-dev";
+ shift
fi
OWD=`pwd`