1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

fix linter

This commit is contained in:
Éric Gaspar 2024-02-06 19:24:52 +01:00
parent 374597fe45
commit 9f2fea926c
2 changed files with 1 additions and 3 deletions

View file

@ -69,7 +69,7 @@ ram.runtime = "80M"
# Non-web, LDAP groups
teamlead.allowed = ""
admin.allowed = "admins"
super_admin.allowed = ""
super_admin.allowed = "admins"
[resources.apt]
packages = [

View file

@ -19,8 +19,6 @@ ynh_app_setting_set --app="$app" --key=database --value="$database"
random_key=$(ynh_string_random --length=32)
ynh_app_setting_set --app="$app" --key=random_key --value="$random_key"
ynh_permission_update -p "super_admin" --add "$admin"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================