mirror of
https://github.com/tiredofit/docker-collabora-online.git
synced 2026-03-14 14:25:49 +01:00
6 lines
No EOL
146 B
Text
Executable file
6 lines
No EOL
146 B
Text
Executable file
#!/usr/bin/with-contenv bash
|
|
|
|
set_config() {
|
|
print_debug "Setting: '${1}' with value: '${2}'"
|
|
/opt/lool/bin/loolconfig set ${1} ""${2}""
|
|
} |