1
0
Fork 0
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:
ljf (zamentur) 2018-09-03 16:07:36 +02:00 committed by GitHub
commit 739028e2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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