Changed the pulse script a bit.

This commit is contained in:
Storm Dragon 2016-07-22 17:50:48 -04:00
parent 39b485dd79
commit 8dadeb8007

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"
sudo mkdir -p "$xdgPath"
sudo mkdir -p "$xdgPath/pulse"
# Warn user if we are going to overwrite an existing default.pa
if [ -f "$xdgPath/pulse/default.pa" ]; then