Skip to content

Commit

Permalink
fix(web): fixed setup page on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Feb 19, 2022
1 parent 9593aeb commit a75a99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webroutes/setup/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = async function SetupGet(ctx) {
serverProfile: globals.info.serverProfile,
txDataPath: GlobalData.dataPath,
isZapHosting: GlobalData.isZapHosting,
windowsBatPath: null,
};

if (GlobalData.osType == 'windows') {
Expand Down

0 comments on commit a75a99e

Please sign in to comment.