Feature 7184 New Generation RO enhancemnt
[osm/RO.git] / RO / osm_ro / scripts / RO-start.sh
index abe3c5c..16ff008 100755 (executable)
 # then it checks if database is present and creates it if needed.
 # Finally it launches RO server.
 
+#  if New Generation RO just launch it
+if [ -n "$OSMRO_NG" ] ; then
+    python3 -m osm_ng_ro.ro_main || exit 1
+    exit 0
+fi
+
 [ -z "$RO_DB_OVIM_HOST" ] && export RO_DB_OVIM_HOST="$RO_DB_HOST"
 [ -z "$RO_DB_OVIM_ROOT_PASSWORD" ] && export RO_DB_OVIM_ROOT_PASSWORD="$RO_DB_ROOT_PASSWORD"