mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove (())
This commit is contained in:
parent
8de31c5589
commit
340d25709c
@ -595,8 +595,8 @@ fi
|
||||
if grep -r loolwsd "$SITES_AVAILABLE"/*.conf
|
||||
then
|
||||
print_text_in_color "$ICyan" "Updating Collabora Engine..."
|
||||
LOOLWSDCONF=($(grep -r loolwsd "$SITES_AVAILABLE"/*.conf | awk '{print $1}' | cut -d ":" -f1))
|
||||
mapfile -t LOOLWSDCONF <<< "$LOOLWSDCONF"
|
||||
LOOLWSDCONF=$(grep -r loolwsd "$SITES_AVAILABLE"/*.conf | awk '{print $1}' | cut -d ":" -f1)
|
||||
mapfile -t LOOLWSDCONF <<< "$LOOLWSDCONF"
|
||||
for apacheconf in "${LOOLWSDCONF[@]}"
|
||||
do
|
||||
sed -i "s|/loleaflet|/browser|g" "${apacheconf}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user