1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

scripts/dpi: ensure config directory exists

This commit is contained in:
Joe Groocock 2018-11-20 15:39:26 +00:00
parent e8a3b91052
commit 8bd77f63cd
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -11,6 +11,7 @@ if [ -z "$1" ]; then
fi
CONF_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/xsettingsd"
mkdir -p "$CONF_DIR"
# Build xsettingsd.local
{