🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 18:12:00 -04:00
parent b63c15617b
commit 49169e9a01
2 changed files with 15 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ if [ ! -d "/config/cherokee" ] && [ -d "/usr/local/share/template-files/config/c
cp -Rf "/usr/local/share/template-files/config/cherokee/." "/config/cherokee/"
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ -d "/data/cherokee/graphs" ] || mkdir -p "/data/cherokee/graphs"
[ -d "/config/cherokee" ] && cp -Rf "/config/cherokee/." "/etc/cherokee/" || cp -Rf "/usr/local/share/template-files/config/defaults/cherokee/" "/etc/cherokee/"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ -d "/data/htdocs" ] || mkdir -p "/data/htdocs"