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

6 lines
146 B
Plaintext
Executable file

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