1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] 3.3.0 compat

This commit is contained in:
ljf 2018-12-15 17:02:05 +01:00
parent 04f0ca5281
commit 1aeb936572

View file

@ -32,6 +32,7 @@ ynh_sso_access () {
ynh_configure () {
local TEMPLATE=$1
local DEST=$2
mkdir -p "$(dirname $DEST)"
ynh_render_template "${YNH_CWD}/../conf/$TEMPLATE.j2" "$DEST"
}