Remove temp backup in /var/www to provide better unattended backup

This commit is contained in:
2020-11-24 11:27:34 +01:00
parent b4990b3668
commit 3d85c1353d

View File

@@ -146,7 +146,7 @@ step_22() {
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] Don't forget to \"clean\" if everything is working as expected" exe rm -rf "$tempBu"
} }
tempDown="/tmp/${toolName}" tempDown="/tmp/${toolName}"
tempLoc="$tempDown/${toolName}.tar.gz" tempLoc="$tempDown/${toolName}.tar.gz"