mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
fix site building
This commit is contained in:
parent
7a520efacd
commit
41c1ec71db
@ -22,7 +22,6 @@ if [ ${USECOLOR} == "yes" ]; then
|
|||||||
cclose='\e[0m'
|
cclose='\e[0m'
|
||||||
fi
|
fi
|
||||||
export USECOLOR
|
export USECOLOR
|
||||||
|
|
||||||
# directories
|
# directories
|
||||||
if [ ! -d "${PREPAREDIR}" ]; then
|
if [ ! -d "${PREPAREDIR}" ]; then
|
||||||
[ -e "${PREPAREDIR}" ] && error_mes "file" "${PREPAREDIR}"
|
[ -e "${PREPAREDIR}" ] && error_mes "file" "${PREPAREDIR}"
|
||||||
|
@ -22,7 +22,6 @@ if [ ${USECOLOR} == "yes" ]; then
|
|||||||
cclose='\e[0m'
|
cclose='\e[0m'
|
||||||
fi
|
fi
|
||||||
export USECOLOR
|
export USECOLOR
|
||||||
|
|
||||||
# директории
|
# директории
|
||||||
if [ ! -d "${PREPAREDIR}" ]; then
|
if [ ! -d "${PREPAREDIR}" ]; then
|
||||||
[ -e "${PREPAREDIR}" ] && error_mes "file" "${PREPAREDIR}"
|
[ -e "${PREPAREDIR}" ] && error_mes "file" "${PREPAREDIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user