mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-23 18:23:47 +00:00
fix missing semicolon....
This commit is contained in:
parent
2e60b7717d
commit
43a721ee5a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ cp treebird/{config.def.h,config.h}
|
|||
|
||||
ln -s ../treebird/config.h ${CONFIG_DIR}
|
||||
|
||||
sed -i "/config_instance_url/ s/= .*;/= \"https:\\/\\/${INSTANCE_HOST}\\/\\\"/;\
|
||||
sed -i "/config_instance_url/ s/= .*;/= \"https:\\/\\/${INSTANCE_HOST}\\/\\\";/;\
|
||||
/config_experimental_lookup/ s/= .*;/= FALSE;/" \
|
||||
treebird/config.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue