mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-22 02:51:35 +01:00
Fix permission migration from gogs
This commit is contained in:
parent
3f8bc89834
commit
580a891b84
@ -238,6 +238,9 @@ ynh_handle_app_migration () {
|
|||||||
ynh_app_setting_set $new_app label $new_label
|
ynh_app_setting_set $new_app label $new_label
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
yunohost tools shell -c "from yunohost.permission import permission_delete; permission_delete('$old_app.main', force=True, sync_perm=False)"
|
||||||
|
yunohost tools shell -c "from yunohost.permission import permission_create; permission_create('$new_app.main', url='/' , sync_perm=True)"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MOVE FILES TO THE NEW DESTINATION
|
# MOVE FILES TO THE NEW DESTINATION
|
||||||
#=================================================
|
#=================================================
|
||||||
@ -327,7 +330,6 @@ ynh_handle_app_migration () {
|
|||||||
|
|
||||||
app=$new_app
|
app=$new_app
|
||||||
|
|
||||||
|
|
||||||
# Set migration_process to 1 to inform that an upgrade has been made
|
# Set migration_process to 1 to inform that an upgrade has been made
|
||||||
migration_process=1
|
migration_process=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user