tpkplugin: Use correct path for sessiond
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Tue, 20 May 2025 23:26:46 +0000 (01:26 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 21 May 2025 09:19:14 +0000 (11:19 +0200)
Change-Id: If9b0cf9ffea5d6c4526be630029ace5a518a503e

src/tpkplugin/plugin.c

index ca2b647543657dbd9576ee32d408d87a08b991be..cb6cd2fb9557b7349c3dc0aa3e27d6699f3f116f 100644 (file)
@@ -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/sbin/sessiond --regenerate-skel");
+       return system("/usr/bin/sessiond --regenerate-skel");
 }
 
 EXPORT_API