feat: change config filename to config.yml
BREAKING: The configuration file name changed from `airtime.conf` to `config.yml`. Please rename your configuration file accordingly.
This commit is contained in:
parent
e4439390fe
commit
604ff20239
23 changed files with 40 additions and 34 deletions
|
@ -19,7 +19,7 @@ post_file() {
|
|||
file_path="${stripped_file_path}"
|
||||
# filename="${file_path##*/}"
|
||||
|
||||
airtime_conf_path=/etc/airtime/airtime.conf
|
||||
airtime_conf_path=/etc/airtime/config.yml
|
||||
|
||||
#instance_path will look like 1/1384, for example
|
||||
http_path=$(grep base_url ${airtime_conf_path} | awk '{print $3;}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue