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
44f651ea4a
commit
cb986ace7f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ ynh_script_progression --message="Configuring permissions..." --weight=1
|
|||
# Make app public if necessary
|
||||
if [ $is_public -eq 1 ]
|
||||
then
|
||||
ynh_permission_update --permission="main" -A "$console_domain"--add="visitors"
|
||||
ynh_permission_update --permission="main" --url="$domain" --additional_urls="$console_domain"--add="visitors"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue