awsetbg: mkdir recursive

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
MATSUU Takuto 2008-10-01 09:03:59 +09:00 committed by Julien Danjou
parent da2f473386
commit 79acfa7a65
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ fi
# create directory and last wallpaper file
if [ ! -d "${CONFIG_DIR}" ]; then
mkdir "${CONFIG_DIR}"
mkdir -p "${CONFIG_DIR}"
touch ${lastwallpaper}
fi