mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
fix: chmod recursively
This commit is contained in:
@@ -18,7 +18,7 @@ if (devMode) console.log('You\'re a developer 😎 (sorry for that emoji jumpsca
|
||||
const cwd = process.cwd()
|
||||
|
||||
console.log('Setting correct permissions for Github SSH key...')
|
||||
await execa('chmod', ['400', '/ssh/github'], { shell: true })
|
||||
await execa('chmod', ['400', '-R', '/ssh'], { shell: true })
|
||||
console.log('Permissions done!')
|
||||
|
||||
const { app } = expressWs(express())
|
||||
|
||||
Reference in New Issue
Block a user