Unverified Commit 0c000af7 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

cloudapp: fix permissions of credentials file

Fixes #4151
parent 482587cc
#!/bin/zsh alias cloudapp="${0:a:h}/cloudapp.rb"
alias cloudapp=$ZSH/plugins/cloudapp/cloudapp.rb
# Ensure only the owner can access the credentials file
if [[ -f ~/.cloudapp ]]; then
chmod 600 ~/.cloudapp
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment