SOURCE firestarterrc

This commit is contained in:
Salt 2020-09-24 02:36:33 -05:00
parent 9aebe0ff9a
commit aa29525822

View File

@ -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