fixi sandbox/klewandowski/regenerate-skel-fixes
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Tue, 20 May 2025 23:26:46 +0000 (01:26 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Tue, 20 May 2025 23:26:46 +0000 (01:26 +0200)
Change-Id: If9b0cf9ffea5d6c4526be630029ace5a518a503e

src/tpkplugin/plugin.c

index 18efbc919136844c46ca9ce0b02b2037a76e0284..dfd258693402fba7c79e7b08f01a68e0cf08c307 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