From a5bb4e92523a46246f3dc76a5ec97bd681cbc1b7 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 30 Sep 2024 14:10:40 +0200 Subject: [PATCH] fix function --- abra.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index c76f697..6771fde 100644 --- a/abra.sh +++ b/abra.sh @@ -68,9 +68,9 @@ customize() { abra app cmd -T $APP_NAME app set_app_config theming color \"$THEMING_COLOR\" abra app cmd -T $APP_NAME app set_app_config theming slogan \"$THEMING_SLOGAN\" - abra app cmd -T $APP_NAME app run_occ 'theming:config background \"/var/www/html/themes/flow_background.jpg\"' - abra app cmd -T $APP_NAME app run_occ 'theming:config logo \"/var/www/html/themes/icon_left_brand.svg\"' - abra app cmd -T $APP_NAME app run_occ 'theming:config logoheader \"/var/www/html/themes/icon.png\"' + abra app cmd -T $APP_NAME app run_occ '"theming:config background \"/var/www/html/themes/flow_background.jpg\""' + abra app cmd -T $APP_NAME app run_occ '"theming:config logo \"/var/www/html/themes/icon_left_brand.svg\""' + abra app cmd -T $APP_NAME app run_occ '"theming:config logoheader \"/var/www/html/themes/icon.png\""' } install_bbb() {