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 41f8dab + 7a36e7e commit cd70da1Copy full SHA for cd70da1
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