Skip to content

Commit

Permalink
fix permissions after making the application !
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 12, 2019
1 parent 1beebd3 commit f0ea14a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands/create-snoot.js
Expand Up @@ -130,13 +130,13 @@ module.exports = async function createSnoot () {
log("creating a bare git repo for them to live at /repo")
await snoots.createBareRepo(snoot)

log("fixing ssh permssions")
await snoots.fixSshPermissions(snoot)

log("generating their base application files! 📠 🎰")
await snoots.createBaseApplication(snoot, {authorizedKeys})

log("restarting nginx 🔂")
log("fixing ssh permssions")
await snoots.fixSshPermissions(snoot)

log("running nginx refresh script 🔂")
await shell.run("/www/snoot.club/scripts/refresh.zsh /www/snoot.club/")
}

Expand Down

0 comments on commit f0ea14a

Please sign in to comment.