master
Daniel Napora 2022-05-15 17:42:35 +02:00
parent 8ddf4ebffe
commit 7de606865f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
MBCOLORSDIR="$HOME/.themes/MBcolors/openbox-3/"
MBCOLORSDIR="$HOME"/.themes/MBcolors/openbox-3/
if [ ! -f "${MBCOLORSDIR}" ]; then
if [ ! -d "$MBCOLORSDIR" ]; then
mkdir -p ${MBCOLORSDIR}
rsync -a /usr/share/mabox-colorizer/themes/MBcolors/openbox-3/* ${MBCOLORSDIR}/
fi