docker-collabora-online/install/assets/functions/10-coolwsd
2021-12-02 19:26:38 -08:00

6 lines
146 B
Plaintext
Executable file

#!/usr/bin/with-contenv bash
set_config() {
print_debug "Setting: '${1}' with value: '${2}'"
/opt/cool/bin/coolconfig set ${1} ""${2}""
}