Skip to content

Commit 1582d31

Browse files
authored
Update ssh keys path to the right path
This PR will fix the path that is used by myproxy at startup so that it it gets all the old keys right.
1 parent ce94f99 commit 1582d31

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)