mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Clean OnlyOffice environment before installing
https://github.com/cryptpad/cryptpad/issues/1777
This commit is contained in:
parent
9923382550
commit
733608ccbb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user