mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update install
This commit is contained in:
parent
0b3fe969e1
commit
f52ae4d073
1 changed files with 1 additions and 2 deletions
|
@ -169,8 +169,7 @@ then
|
|||
ynh_replace_string --match_string="define('REMEMBER_ME_AUTH'.*$" --replace_string="define('REMEMBER_ME_AUTH', true);" --target_file="$final_path/config.php"
|
||||
ynh_replace_string --match_string="define('DISABLE_LOGOUT'.*$" --replace_string="define('DISABLE_LOGOUT', false);" --target_file="$final_path/config.php"
|
||||
else
|
||||
ynh_permission_update --permission="main" --url="/jsonrpc.php" --add="visitors"
|
||||
#ynh_app_setting_set --app=$app --key=unprotected_uris --value="/jsonrpc.php"
|
||||
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/jsonrpc.php"
|
||||
fi
|
||||
|
||||
# Calculate and store the config file checksum into the app settings
|
||||
|
|
Loading…
Reference in a new issue