aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runDev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runDev.sh b/bin/runDev.sh
index 568f00f..e0e70bc 100755
--- a/bin/runDev.sh
+++ b/bin/runDev.sh
@@ -6,7 +6,7 @@ if [ "$#" -gt "1" ]; then
node app.js $1
else
mkdir -p tmp
- mkdir -p tmp/usrData
+ mkdir -p tmp/userdata
mkdir -p tmp/logs
node app.js "$PWD/tmp/"
fi