Skip to content
Snippets Groups Projects
before_docs.sh 208 B
#!/usr/bin/env bash
# Thu 22 Sep 2016 18:23:57 CEST

source $(dirname ${0})/functions.sh

# Deletes all existing dav folders that will be overwritten
for k in "${DOC_UPLOADS[@]}"; do
  dav_delete "${k}"
done