app needs restart

This commit is contained in:
Girish Ramakrishnan 2020-10-03 13:13:26 -07:00
parent c1186748cf
commit 38edc214a3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ mkdir -p /app/data/data /run/minio/config /run/minio/certs
echo "==> Changing ownership" echo "==> Changing ownership"
[[ $(stat --format '%U' /app/data/data) != "cloudron" ]] && chown -R cloudron:cloudron /app/data [[ $(stat --format '%U' /app/data/data) != "cloudron" ]] && chown -R cloudron:cloudron /app/data
[[ ! -f /app/data/env.sh ]] && echo -e "# Add custom minio configuration to this file\n\nexport CLOUDRON_MINIO_STARTUP_ARGS='server /app/data/data'" > /app/data/env.sh [[ ! -f /app/data/env.sh ]] && echo -e "# Add custom minio configuration to this file. Restart the app for changes to take effect.\n\nexport CLOUDRON_MINIO_STARTUP_ARGS='server /app/data/data'" > /app/data/env.sh
source /app/data/env.sh source /app/data/env.sh