summaryrefslogtreecommitdiffstats
path: root/server/lib
diff options
context:
space:
mode:
authorJannik Schönartz2019-04-16 23:57:49 +0200
committerJannik Schönartz2019-04-16 23:57:49 +0200
commit5631f0950f7310dea14e492fd8e758433d50a359 (patch)
tree6b718070386e8d870ae87fbbec51857af4efacdf /server/lib
parent[server/external-backends] Fix iDoIT parent id String -> INT (diff)
downloadbas-5631f0950f7310dea14e492fd8e758433d50a359.tar.gz
bas-5631f0950f7310dea14e492fd8e758433d50a359.tar.xz
bas-5631f0950f7310dea14e492fd8e758433d50a359.zip
[server] Add public file directory
Diffstat (limited to 'server/lib')
-rw-r--r--server/lib/shell.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/shell.js b/server/lib/shell.js
index 7265d09..bc6a216 100644
--- a/server/lib/shell.js
+++ b/server/lib/shell.js
@@ -2,7 +2,8 @@
var path = require('path')
var shell = require('shelljs')
// var child = require('child_process')
-var ipxeGIT = 'git://git.ipxe.org/ipxe.git'
+//var ipxeGIT = 'git://git.ipxe.org/ipxe.git'
+var ipxeGIT = 'http://git.ipxe.org/ipxe.git'
var io = require(path.join(__appdir, 'lib', 'socketio'))
const fs = require('fs')