Remove newlines and such

This commit is contained in:
Micke Nordin 2024-11-12 15:44:15 +01:00
parent 932d91364e
commit 5913537c34
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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)"