SOURCE firestarterrc
This commit is contained in:
parent
9aebe0ff9a
commit
aa29525822
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user