chore: change command order

This commit is contained in:
2024-03-26 21:12:17 +00:00
committed by GitHub
parent 8f8b586d68
commit 7f24b36e0f

View File

@@ -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', '-R', '/ssh'], { shell: true })
await execa('chmod', ['-R', '400', '/ssh'], { shell: true })
console.log('Permissions done!')
const { app } = expressWs(express())