mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Merge pull request #7 from YunoHost-Apps/testing
[fix] Export var with space
This commit is contained in:
commit
739028e2d6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ynh_export () {
|
|||
ynh_arg="PATH"
|
||||
fi
|
||||
ynh_arg="YNH_APP_ARG_$ynh_arg"
|
||||
export $var=${!ynh_arg}
|
||||
export $var="${!ynh_arg}"
|
||||
done
|
||||
}
|
||||
# Save listed var in YunoHost app settings
|
||||
|
|
Loading…
Add table
Reference in a new issue