upd
parent
8ddf4ebffe
commit
7de606865f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue