From 971d4e96d6b14c01e8eae4f6e9910bc5859adfb1 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 16 Nov 2017 12:51:41 +0100 Subject: wgtpkg-unit: remove metadata.app-data-dir variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I51cbbad8ecdc371f457a008808c8c0f63501ac2b Signed-off-by: José Bollo --- src/wgtpkg-unit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/wgtpkg-unit.c b/src/wgtpkg-unit.c index 441466f..fe58c09 100644 --- a/src/wgtpkg-unit.c +++ b/src/wgtpkg-unit.c @@ -378,7 +378,6 @@ static int add_metadata(struct json_object *jdesc, const struct unitconf *conf) sprintf(portstr, "%d", conf->port); return j_add_many_strings_m(jdesc, "#metadata.install-dir", conf->installdir, - "#metadata.app-data-dir", "/home/%i/app-data", "#metadata.icons-dir", conf->icondir, "#metadata.http-port", portstr, NULL) ? 0 : -1; -- cgit 1.2.3-korg