diff --git a/conf/.env b/conf/.env index 421864f..f7d2c15 100644 --- a/conf/.env +++ b/conf/.env @@ -26,7 +26,7 @@ REDIS_URL=redis://localhost:6379 # URL should point to the fully qualified, publicly accessible URL. If using a # proxy the port in URL and PORT may be different. -URL=https://__DOMAIN____PATH_URL__ +URL=https://__DOMAIN____PATH__ PORT=__PORT__ # See [documentation](docs/SERVICES.md) on running a separate collaboration diff --git a/scripts/install b/scripts/install index 915343e..0ff91be 100755 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ app=$YNH_APP_INSTANCE_NAME #================================================= # CHECK IF MINIO IS INSTALLED, IF NOT INSTALL IT #================================================= -ynh_script_progression --message="Installing MinIO if needed..." --time --weight=18 +ynh_script_progression --message="Installing MinIO if needed..." --weight=18 if ! yunohost app list | grep -q "id: minio"; then echo "MinIO is not installed. Installing... "