1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00

Update conf

This commit is contained in:
ericgaspar 2022-04-05 11:52:09 +02:00
parent 8b3bcf494f
commit 9ceb82a037
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -57,7 +57,7 @@ set__fpm_footprint() {
} }
set__free_footprint() { set__free_footprint() {
if [ "$fpm_footprint" = "specific" ] if [ "$fpm_footprint" == "specific" ]
then then
ynh_app_setting_set --app=$app --key=fpm_footprint --value="$free_footprint" ynh_app_setting_set --app=$app --key=fpm_footprint --value="$free_footprint"
fi fi