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:
parent
8b3bcf494f
commit
9ceb82a037
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue