forked from colonelpanic/dotfiles
fix permssions on foolery.pem
This commit is contained in:
parent
0c16af1e5b
commit
bfbaa55fc6
@ -126,6 +126,7 @@ def fix_dropbox_permissions(ctx):
|
||||
ctx.run("sudo chown -R $(whoami) $(readlink -f ~/.ssh)")
|
||||
ctx.run("sudo chmod -R 700 ~/.ssh")
|
||||
ctx.run("sudo chmod -R 700 $(readlink -f ~/.ssh)")
|
||||
ctx.run("sudo chmod -R 700 ~/Dropbox/auth/foolery.pem")
|
||||
|
||||
|
||||
ns.add_task(fix_pip)
|
||||
|
Loading…
Reference in New Issue
Block a user