Skip to content

Commit

Permalink
Merge pull request #406 from SlyBouhafs/master
Browse files Browse the repository at this point in the history
Update ssh keys path to the right path
  • Loading branch information
SlyBouhafs authored Jul 29, 2022
2 parents ce94f99 + 956deac commit 7a36e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const startAppServer = (
setPass(adminPass)

if (isProduction()) {
fs.readFile('/home/myproxy/.ssh/authorized_keys', (error, data) => {
fs.readFile('/home/git/.ssh/authorized_keys', (error, data) => {
if (error) {
console.log(error)
}
Expand Down

0 comments on commit 7a36e7e

Please sign in to comment.