BenningtonCS / Telescope-2014

4 stars 0 forks source link

In getIP.sh script, set the config file to variable so it only needs to be declared once #37

Closed edaniszewski closed 10 years ago

edaniszewski commented 10 years ago

For those wanting to get more into the programming side of things, I left the config file name, srt.cat, declared in multiple locations throughout the file. If you look up how to declare and call variables in shell script (bash script), you can set the config file as a variable. This way, if the config file needs to change, we only need to update one location, rather than 4 or 5.

Be sure to have it tested before committing.

acencini commented 10 years ago

moving to m9

edaniszewski commented 10 years ago

This issue probably isn't relevant anymore, since we will not be using a bash script to get location-- this should be baked in, if we get to the feature #35 . Closing issue.