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