aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter/starter.c')
-rw-r--r--src/starter/starter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index 9620fb63a..06eb142bd 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -295,7 +295,7 @@ static void generate_selfcert()
#endif
ignore_result(setegid(gid));
ignore_result(seteuid(uid));
- ignore_result(system("ipsec scepclient --out pkcs1 --out cert-self --quiet"));
+ ignore_result(system(IPSEC_SCRIPT " scepclient --out pkcs1 --out cert-self --quiet"));
ignore_result(seteuid(0));
ignore_result(setegid(0));