Changed the pulse script a bit.
This commit is contained in:
parent
39b485dd79
commit
8dadeb8007
@ -24,7 +24,7 @@ read -p "This next sections requires root priveleges.. If you don't have access
|
|||||||
|
|
||||||
# Get root's 's XDG_HOME
|
# Get root's 's XDG_HOME
|
||||||
xdgPath="/root/.config"
|
xdgPath="/root/.config"
|
||||||
sudo mkdir -p "$xdgPath"
|
sudo mkdir -p "$xdgPath/pulse"
|
||||||
|
|
||||||
# Warn user if we are going to overwrite an existing default.pa
|
# Warn user if we are going to overwrite an existing default.pa
|
||||||
if [ -f "$xdgPath/pulse/default.pa" ]; then
|
if [ -f "$xdgPath/pulse/default.pa" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user