We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce94f99 + 956deac commit 7a36e7eCopy full SHA for 7a36e7e
src/server/server.ts
@@ -37,7 +37,7 @@ const startAppServer = (
37
setPass(adminPass)
38
39
if (isProduction()) {
40
- fs.readFile('/home/myproxy/.ssh/authorized_keys', (error, data) => {
+ fs.readFile('/home/git/.ssh/authorized_keys', (error, data) => {
41
if (error) {
42
console.log(error)
43
}
0 commit comments