Clean OnlyOffice environment before installing

https://github.com/cryptpad/cryptpad/issues/1777
This commit is contained in:
Wolfgang Ginolas 2025-05-13 16:09:00 +02:00
parent 9923382550
commit 733608ccbb

View File

@ -15,6 +15,10 @@ PROPS_FILE="$CONF_DIR"/onlyoffice.properties
declare -A PROPS
main() {
# clean build env in case a previous build has failed
rm -rf "$BUILDS_DIR"
mkdir -p "$CONF_DIR"
load_props