Copy also custom background images to new version
This commit is contained in:
@@ -145,9 +145,12 @@ step_22() {
|
|||||||
# Configuration
|
# Configuration
|
||||||
echo " [I] Copying configuration"
|
echo " [I] Copying configuration"
|
||||||
exe cp -ar "$tempBu/config.json" "$ELEMENT_WEB_LOC/"
|
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"
|
exe rm -rf "$tempBu"
|
||||||
}
|
}
|
||||||
|
tempBackImg="themes/element/img/backgrounds"
|
||||||
tempDown="/tmp/${toolName}"
|
tempDown="/tmp/${toolName}"
|
||||||
tempLoc="$tempDown/${toolName}.tar.gz"
|
tempLoc="$tempDown/${toolName}.tar.gz"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user