1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
This commit is contained in:
Limezy 2021-11-15 08:30:12 +07:00
parent b5706dbacd
commit 8b050b92d3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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... "