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:
parent
04f0ca5281
commit
1aeb936572
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue