awsetbg: mkdir recursive
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
da2f473386
commit
79acfa7a65
|
@ -152,7 +152,7 @@ fi
|
||||||
|
|
||||||
# create directory and last wallpaper file
|
# create directory and last wallpaper file
|
||||||
if [ ! -d "${CONFIG_DIR}" ]; then
|
if [ ! -d "${CONFIG_DIR}" ]; then
|
||||||
mkdir "${CONFIG_DIR}"
|
mkdir -p "${CONFIG_DIR}"
|
||||||
touch ${lastwallpaper}
|
touch ${lastwallpaper}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue