A little cleaner under linux

I'm not explicitly supporting linux, but a few minor changes
make YADR useable for server administration.
This commit is contained in:
Yan Pritzker
2012-10-12 00:14:33 -07:00
parent 704171d271
commit bb8ce756d3
2 changed files with 8 additions and 3 deletions

View File

@@ -1 +1,3 @@
source ~/.secrets
if [ -e ~/.secrets ]; then
source ~/.secrets
fi