mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
make prints in red if error
This commit is contained in:
parent
9e21ac0a78
commit
e17bbe6402
1 changed files with 1 additions and 1 deletions
2
make.sh
2
make.sh
|
@ -3,7 +3,7 @@ scriptPath=$(dirname -- "${0}")
|
|||
domainPath="${scriptPath}/../../data/domain"
|
||||
|
||||
if [ ! -f "${domainPath}" ]; then
|
||||
echo "${domainPath} does not exist!"
|
||||
echo -e "\033[0;41m${domainPath} does not exist!\033[0m"
|
||||
exit 1
|
||||
fi
|
||||
domain=$(cat "${domainPath}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue