Compare commits
2 Commits
c7d031f270
...
92607772de
Author | SHA1 | Date |
---|---|---|
|
92607772de | |
|
f499e09e43 |
|
@ -248,20 +248,13 @@ if [ $PROFILE_IBUS -gt 0 ]; then
|
|||
fi
|
||||
section_end
|
||||
|
||||
# pulseaudio
|
||||
section "pulseaudio"
|
||||
if has_binary pulseaudio && pulseaudio --check; then
|
||||
log "PulseAudio is active."
|
||||
else
|
||||
log "PulseAudio is inactive."
|
||||
fi
|
||||
section_end
|
||||
|
||||
# SSH agent
|
||||
section "ssh-agent"
|
||||
if [ $PROFILE_SSH_AGENT -gt 0 ]; then
|
||||
if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||
eval "$(ssh-agent -s)"
|
||||
eval "$(ssh-agent -s)" | while IFS= read -r line; do
|
||||
log "$line"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
section_end
|
||||
|
|
Loading…
Reference in New Issue