mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
commit
b002b7d514
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ sed -i "s@YNH_LOG_PATH@$logdir@g" ../conf/config.php
|
|||
sed -i "s/YNH_ENCRYPT_KEY/$encryptkey/g" ../conf/config.php
|
||||
sed -i "s@YNH_COOKIE_PREFIX@${path#/}@g" ../conf/config.php
|
||||
sed -i "s/YNH_COOKIE_DOMAIN/$domain/g" ../conf/config.php
|
||||
logout_redirect="https://$domain/ynhsso"
|
||||
logout_redirect="https://$domain/yunohost/sso"
|
||||
sed -i "s@YNH_LOGOUT_REDIRECT_TO@$logout_redirect@g" ../conf/config.php
|
||||
lang=$(sudo bash -c "echo $LANG | cut -d '.' -f 1")
|
||||
sed -i "s@YNH_LANG@$lang@g" ../conf/config.php
|
||||
|
|
Loading…
Add table
Reference in a new issue