Move liquidsoap config to persistent location
Some checks failed
Lint / lint (push) Failing after 7s
release-tag / release-image (push) Failing after 17s

This commit is contained in:
Logan Cusano
2025-10-23 03:05:03 -04:00
parent 0533ac44c7
commit a55dfa3158
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ def generate_liquid_script(config: IcecastConfig):
print(f" - Replaced placeholder {placeholder}")
# Write the processed content to the output path
output_path = "/op25/op25/gr-op25_repeater/apps/op25.liq"
output_path = "/config/op25.liq"
with open(output_path, 'w') as f:
f.write(content)