CPSSD / feedlark

Simple and Sharp RSS Reader
http://feedlark.com
MIT License
5 stars 4 forks source link

SECRETKEY isn't set in development #246

Closed m1cr0man closed 8 years ago

m1cr0man commented 8 years ago

In start.sh the environmental variable is set inline and not passed onto start_internal.sh. The problem here is that although start.sh will set the value, it will be immediately overridden in start_internal.sh with nothing.

The solution is to pass the SECRETKEY value onto start_internal.sh instead of setting it.

m1cr0man commented 8 years ago

Oh right, It wasn't being set at all infact if start.sh was used. Single quotes escape $ vars in strings.