mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
try to fix unskipped uris obsolete
This commit is contained in:
parent
3ec9b2c9fd
commit
33fe6bebed
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ ynh_script_progression --message="Upgrading permissions configuration..." --time
|
||||||
|
|
||||||
# Create the visitors permission if needed
|
# Create the visitors permission if needed
|
||||||
if ! ynh_permission_exists --permission "visitors"; then
|
if ! ynh_permission_exists --permission "visitors"; then
|
||||||
ynh_permission_create --permission "visitors" --url "/admin" --allowed $admin
|
ynh_permission_create --permission "visitors"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue