mirror of
https://github.com/caprover/caprover
synced 2026-08-24 16:36:29 +00:00
compiled
This commit is contained in:
@@ -144,7 +144,7 @@ function checkPortOrThrow(ipAddr, portToTest) {
|
||||
});
|
||||
}
|
||||
let myIp4;
|
||||
module.exports.install = function () {
|
||||
function install() {
|
||||
Promise.resolve()
|
||||
.then(function () {
|
||||
return checkSystemReq();
|
||||
@@ -262,5 +262,7 @@ module.exports.install = function () {
|
||||
.then(function () {
|
||||
process.exit();
|
||||
});
|
||||
};
|
||||
}
|
||||
exports.install = install;
|
||||
;
|
||||
//# sourceMappingURL=CaptainInstaller.js.map
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user