docker-collabora-online/install/assets/functions/10-loolwsd

6 lines
146 B
Plaintext
Raw Normal View History

2020-01-13 23:37:48 +01:00
#!/usr/bin/with-contenv bash
2021-02-20 03:51:09 +01:00
set_config() {
print_debug "Setting: '${1}' with value: '${2}'"
/opt/lool/bin/loolconfig set ${1} ""${2}""
}