summarylogtreecommitdiffstats
path: root/patch
diff options
context:
space:
mode:
authorM0Rf302015-12-29 16:50:40 +0100
committerM0Rf302015-12-29 16:50:40 +0100
commit1351b40a6b1c6a2e0b6b6fb9777238b507574381 (patch)
tree89da03e5f52babddc7a823cedbc6da8f397e1b8f /patch
parent1cd9eea224d6fb71e39bab4f3fe01d76920b3cc9 (diff)
downloadaur-1351b40a6b1c6a2e0b6b6fb9777238b507574381.tar.gz
update
Diffstat (limited to 'patch')
-rw-r--r--patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patch b/patch
new file mode 100644
index 000000000000..a492d6b36e8c
--- /dev/null
+++ b/patch
@@ -0,0 +1,11 @@
+--- a/main.js 2015-12-29 16:11:10.388505733 +0100
++++ b/main.js 2015-12-29 16:44:01.785352544 +0100
+@@ -21,7 +21,7 @@
+ var platform = process.platform;
+
+ if(platform == "darwin" || platform == "linux") {
+- var subpy = require('child_process').spawn('/usr/local/bin/python', ['bootstrap.py', 'testnet', '--loglevel', 'debug'], {
++ var subpy = require('child_process').spawn('/usr/bin/python2', ['bootstrap.py', 'testnet', '--loglevel', 'debug'], {
+ detach: true,
+ cwd: __dirname + '/OpenBazaar-Server'
+ });