projects
/
platform
/
core
/
system
/
sessiond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49099b
)
tpkplugin: Use correct path for sessiond
author
Karol Lewandowski
<k.lewandowsk@samsung.com>
Tue, 20 May 2025 23:26:46 +0000
(
01:26
+0200)
committer
Karol Lewandowski
<k.lewandowsk@samsung.com>
Wed, 21 May 2025 09:19:14 +0000
(11:19 +0200)
Change-Id: If9b0cf9ffea5d6c4526be630029ace5a518a503e
src/tpkplugin/plugin.c
patch
|
blob
|
history
diff --git
a/src/tpkplugin/plugin.c
b/src/tpkplugin/plugin.c
index ca2b647543657dbd9576ee32d408d87a08b991be..cb6cd2fb9557b7349c3dc0aa3e27d6699f3f116f 100644
(file)
--- a/
src/tpkplugin/plugin.c
+++ b/
src/tpkplugin/plugin.c
@@
-16,7
+16,7
@@
static int gen_skel(void) {
// The logic for skel generation is not in plugin to make it possible to call it also manually during image build
- return system("/usr/
s
bin/sessiond --regenerate-skel");
+ return system("/usr/bin/sessiond --regenerate-skel");
}
EXPORT_API