1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

Merge pull request #64 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2024-05-09 22:27:40 +02:00 committed by GitHub
commit c211bfe202
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,7 @@ description.fr = "Application minimaliste de partage de fichiers"
version = "2.4.18~ynh5"
maintainers = [""]
maintainers = []
[upstream]
license = "AGPL-3.0"

View file

@ -41,9 +41,7 @@ ynh_add_fpm_config
#=================================================
ynh_script_progression --message="Cleaning php sessions stored..." --weight=1
if [ -d "/usr/lib/php5" ]; then
[ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean
elif [ -d "/usr/lib/php" ]; then
if [ -d "/usr/lib/php" ]; then
[ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean
fi