diff --git a/scripts/_common.sh b/scripts/_common.sh index 7a51f7b..56c9713 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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"