SOURCE firestarterrc
This commit is contained in:
parent
9aebe0ff9a
commit
aa29525822
@ -348,7 +348,7 @@ step_postexecute() {
|
|||||||
local firestarterrc="$HOME/.firestarterrc"
|
local firestarterrc="$HOME/.firestarterrc"
|
||||||
if [ -r "$firestarterrc" ] && [ -z "$dryrun" ]; then
|
if [ -r "$firestarterrc" ] && [ -z "$dryrun" ]; then
|
||||||
log "Executing rc script: $firestarterrc"
|
log "Executing rc script: $firestarterrc"
|
||||||
"$firestarterrc"
|
. "$firestarterrc"
|
||||||
fi
|
fi
|
||||||
# Propogate environment variables
|
# Propogate environment variables
|
||||||
if [ -n "$_hasdbus" ]; then
|
if [ -n "$_hasdbus" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user