Changed the pulse script a bit.

This commit is contained in:
Storm Dragon 2016-07-22 17:40:19 -04:00
parent 883c59d0ae
commit 21fd032d6f

View File

@ -23,7 +23,8 @@ read -p "This next sections requires root priveleges.. If you don't have access
# Get root's 's XDG_HOME
xdgPath="$(sudo bash -c '${XDG_CONFIG_HOME:-$HOME/.config}')"
xdgPath="/root/.config"
mkdir -p "$xdgPath"
# Warn user if we are going to overwrite an existing default.pa
if [ -f "$xdgPath/pulse/default.pa" ]; then