docs: document DOKKU_HOST_ROOT

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-30 01:48:52 -04:00
parent 44caf44ce6
commit 9a1a97d56f
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ main() {
if [[ -n "$DOKKU_HOST_ROOT" ]]; then
touch /etc/default/dokku
echo "export DOKKU_HOST_ROOT=$DOKKU_HOST_ROOT" >> /etc/default/dokku
echo "export DOKKU_HOST_ROOT=$DOKKU_HOST_ROOT" >>/etc/default/dokku
chown dokku:dokku /etc/default/dokku
fi