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"