Skip to content

Commit 956deac

Browse files
authored
Merge pull request #1 from SlyBouhafs/FixSSHKeysPath
Update ssh keys path to the right path
2 parents ce94f99 + 1582d31 commit 956deac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const startAppServer = (
3737
setPass(adminPass)
3838

3939
if (isProduction()) {
40-
fs.readFile('/home/myproxy/.ssh/authorized_keys', (error, data) => {
40+
fs.readFile('/home/git/.ssh/authorized_keys', (error, data) => {
4141
if (error) {
4242
console.log(error)
4343
}

0 commit comments

Comments
 (0)