mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Update scripts/install
Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
d70965a5e8
commit
9dc0525a37
1 changed files with 1 additions and 3 deletions
|
@ -198,9 +198,7 @@ fi
|
|||
#=================================================
|
||||
ynh_print_info --message="Configuring SSOwat..."
|
||||
|
||||
ynh_permission_create --permission="admin"
|
||||
|
||||
yunohost user permission update $app.admin --add $admin
|
||||
ynh_permission_create --permission="admin" --allowed "$admin"
|
||||
|
||||
# Make app public if necessary
|
||||
if [ $is_public -eq 1 ]
|
||||
|
|
Loading…
Reference in a new issue