From a1c76d1f7a47630aa20c1a939ce755a94e647c5f Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Tue, 19 Jan 2021 16:38:42 +0100 Subject: [PATCH] Copy also custom background images to new version --- seqs/element-web.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/seqs/element-web.sh b/seqs/element-web.sh index a1c702e..9e1cc48 100755 --- a/seqs/element-web.sh +++ b/seqs/element-web.sh @@ -145,9 +145,12 @@ step_22() { # Configuration echo " [I] Copying configuration" exe cp -ar "$tempBu/config.json" "$ELEMENT_WEB_LOC/" + echo " [I] Copying login background" + exe cp -ar "$tempBu/$tempBackImg/"* "$ELEMENT_WEB_LOC/$tempBackImg/" exe rm -rf "$tempBu" } +tempBackImg="themes/element/img/backgrounds" tempDown="/tmp/${toolName}" tempLoc="$tempDown/${toolName}.tar.gz"