Make run.sh use correct migration script

This commit is contained in:
Johannes Zellner
2015-02-25 16:59:15 +01:00
parent 273cf06559
commit 535ba65097
+1 -1
View File
@@ -33,7 +33,7 @@ mkdir -p "${CONFIG_DIR}/addons"
mkdir -p "${CONFIG_DIR}/collectd/collectd.conf.d"
# get the database current
npm run-script migrate
npm run-script migrate_local
cp setup/start/nginx/nginx.conf "${NGINX_ROOT}/nginx.conf"
cp setup/start/nginx/mime.types "${NGINX_ROOT}/mime.types"