From aa2952582214ef3cb81e9fae57933e6b31ab7511 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 24 Sep 2020 02:36:33 -0500 Subject: [PATCH] SOURCE firestarterrc --- firestarter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestarter b/firestarter index 312fdfc..e5ab7af 100755 --- a/firestarter +++ b/firestarter @@ -348,7 +348,7 @@ step_postexecute() { local firestarterrc="$HOME/.firestarterrc" if [ -r "$firestarterrc" ] && [ -z "$dryrun" ]; then log "Executing rc script: $firestarterrc" - "$firestarterrc" + . "$firestarterrc" fi # Propogate environment variables if [ -n "$_hasdbus" ]; then