hyprxdg : garde de flags sur un mkdir
This commit is contained in:
parent
16998000e1
commit
46e94502dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -x
|
||||
|
||||
# Directory for SSH control sockets
|
||||
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
||||
mkdir -p -- "${XDG_RUNTIME_DIR}/ssh" &
|
||||
|
||||
# Start PipeWire
|
||||
pipewire &
|
||||
|
|
Loading…
Reference in a new issue