mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-19 07:10:58 +00:00
Update cloudflare.js
This commit is contained in:
parent
b51364af16
commit
4a67a9faa6
|
@ -14,7 +14,7 @@ exports.binPath = "bin/cloudflared";
|
||||||
|
|
||||||
exports.installService = function() {
|
exports.installService = function() {
|
||||||
var commandOptions = [];
|
var commandOptions = [];
|
||||||
commandOptions.push(binPath);
|
commandOptions.push(exports.binPath);
|
||||||
commandOptions.push("service");
|
commandOptions.push("service");
|
||||||
commandOptions.push("install");
|
commandOptions.push("install");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user