Changed the pulse script a bit.

This commit is contained in:
Storm Dragon 2016-07-22 17:43:12 -04:00
parent 21fd032d6f
commit 39b485dd79

View File

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