Skip to content

Commit

Permalink
Fix one more typo in web-portal/server/js/config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Nov 4, 2023
1 parent 08ff9e8 commit 12a5790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-portal/server/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var medleyInstallDir = "/usr/local/interlisp/medley";
exports.medleyInstallDir = medleyInstallDir;
var medleyUserDir = "/home/medley";
exports.medleyUserDir = medleyUserDir;
var dockerScriptsDir = path.join("home/darkstar/scripts");
var dockerScriptsDir = path.join("/home/darkstar/scripts");
exports.dockerScriptsDir = dockerScriptsDir;

var tlsCertDir = "/etc/letsencrypt/live/online.interlisp.org/";
Expand Down

0 comments on commit 12a5790

Please sign in to comment.