Copy also custom background images to new version
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user