mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
fix json−>toml
This commit is contained in:
parent
dedaab9b4d
commit
8504814f4b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ ynh_configure () {
|
|||
fi
|
||||
|
||||
mkdir -p "$(dirname $DEST)"
|
||||
if [ -f '../manifest.json' ] ; then
|
||||
if [ -f '../manifest.toml' ] ; then
|
||||
ynh_add_config "${YNH_CWD}/../conf/$TEMPLATE" "$DEST"
|
||||
else
|
||||
ynh_add_config "${YNH_CWD}/../settings/conf/$TEMPLATE" "$DEST"
|
||||
|
|
Loading…
Reference in a new issue