1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Fix custom getter for fpm_free_footprint >_>

This commit is contained in:
Alexandre Aubin 2024-01-08 23:33:05 +01:00
parent bee14c8972
commit fe63ef6dfc

View file

@ -49,7 +49,7 @@ get__fpm_footprint() {
fi fi
} }
get__free_footprint() { get__fpm_free_footprint() {
# Free footprint value for php-fpm # Free footprint value for php-fpm
# Check if current_fpm_footprint is an integer # Check if current_fpm_footprint is an integer
if [ "$current_fpm_footprint" -eq "$current_fpm_footprint" ] 2> /dev/null if [ "$current_fpm_footprint" -eq "$current_fpm_footprint" ] 2> /dev/null