From 3786a076b149c5724f1de74177c2d6ef54228718 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 22 Jun 2019 03:49:25 -0500 Subject: [PATCH] Fix being unable to generate configs from within a firestarter session --- firestarter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestarter b/firestarter index 36c7855..ffa5691 100755 --- a/firestarter +++ b/firestarter @@ -346,7 +346,7 @@ https://gitlab.com/rehashedsalt/firestarter EOF } step_check() { - if [ -z "$_dryrun" ]; then + if [ -z "$_dryrun" ] && [ -z "$_generate" ]; then for pid in $(pgrep firestarter); do # Skip invalid PIDs ! [ -d "/proc/$pid" ] && continue