mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Use sessionclean instead of a removal
This commit is contained in:
parent
e8f7011770
commit
9d9bf20403
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ ynh_add_nginx_config
|
|||
ynh_system_user_create "$app"
|
||||
|
||||
# flush php sessions before upgrade
|
||||
ynh_secure_remove /var/lib/php5/session/*
|
||||
/usr/lib/php5/sessionclean
|
||||
|
||||
#=================================================
|
||||
# PHP-FPM CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue