mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update install
This commit is contained in:
parent
118ea94780
commit
162509a310
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ ynh_script_progression --message="Configuring permissions..." --weight=1
|
||||||
if [ $is_public -eq 1 ]
|
if [ $is_public -eq 1 ]
|
||||||
then
|
then
|
||||||
ynh_permission_update --permission="main" --add="visitors"
|
ynh_permission_update --permission="main" --add="visitors"
|
||||||
ynh_permission_update --permission="main" --url="$console_domain" --add="visitors"
|
ynh_permission_update --permission="console" --url="$console_domain" --add="visitors"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue