diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2018-09-27 09:21:26 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2018-09-27 09:21:26 +0200 |
commit | 1102dbb45ce5bd5c2522151d3b1b825686ad5781 (patch) | |
tree | 80b2d81e029a8583b90c71a011fe4c4d5b025b0d /bin/runDev.sh | |
parent | 78d7c8d75a5f55ab56dd018edc85ebce9aa033bb (diff) | |
download | Luxcena-Neo-1102dbb45ce5bd5c2522151d3b1b825686ad5781.tar.gz Luxcena-Neo-1102dbb45ce5bd5c2522151d3b1b825686ad5781.zip |
:ambulance: Change dirnames to match each other
Diffstat (limited to 'bin/runDev.sh')
-rwxr-xr-x | bin/runDev.sh | 2 |
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 |