Remove newlines and such
This commit is contained in:
parent
932d91364e
commit
5913537c34
|
@ -15,7 +15,7 @@ fi
|
||||||
|
|
||||||
occ="/usr/local/bin/occ"
|
occ="/usr/local/bin/occ"
|
||||||
function get_config {
|
function get_config {
|
||||||
${occ} files_external:config ${mountid} ${1}
|
${occ} files_external:config ${mountid} ${1} | tr -d '\n\t\r'
|
||||||
}
|
}
|
||||||
|
|
||||||
bucket="$(get_config bucket)"
|
bucket="$(get_config bucket)"
|
||||||
|
|
Loading…
Reference in a new issue