File change-dir-to-run.patch of Package gpii-linux

diff --git a/start.sh b/start.sh
index 22871e4..49ec6a1 100755
--- a/start.sh
+++ b/start.sh
@@ -12,5 +12,9 @@
 
 fileName="gpii.js"
 
+# Temporary hack
+#
+cd /usr/lib/node_modules/gpii-linux/
+
 # Start the Flow Manager
-node "$fileName" $1
\ No newline at end of file
+node "$fileName" $1
diff --git a/start_RB.sh b/start_RB.sh
old mode 100644
new mode 100755
index 5934f3a..c77298a
--- a/start_RB.sh
+++ b/start_RB.sh
@@ -14,6 +14,10 @@ export NODE_ENV="rule.based.mm.production"
 
 fileName="gpii.js"
 
+# Temporary hack
+#
+cd /usr/lib/node_modules/gpii-linux/
+
 # Start the Flow Manager
 node "$fileName" $1
 
diff --git a/start_ST.sh b/start_ST.sh
old mode 100644
new mode 100755
index 77fc6f5..7ab6fd6
--- a/start_ST.sh
+++ b/start_ST.sh
@@ -14,6 +14,10 @@ export NODE_ENV="deployment.statistical.mm"
 
 fileName="gpii.js"
 
+# Temporary hack
+#
+cd /usr/lib/node_modules/gpii-linux/
+
 # Start the Flow Manager
 node "$fileName" $1
 
openSUSE Build Service is sponsored by