1
0
Fork 0
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:
Éric Gaspar 2022-06-09 13:51:38 +02:00
parent 0b3fe969e1
commit f52ae4d073
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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