Just more beautiful "Done" message
This commit is contained in:
parent
94c9688e27
commit
1553e2b392
1 changed files with 5 additions and 2 deletions
7
build.sh
7
build.sh
|
@ -116,9 +116,12 @@ rm -rf backend reqwest4j
|
|||
|
||||
|
||||
# ---
|
||||
echo '*** **** ***'
|
||||
echo '*** DONE ***'
|
||||
echo '*** ************** ***'
|
||||
echo '*** DONE ***'
|
||||
echo '*** ************** ***'
|
||||
|
||||
title 'You need these files:'
|
||||
|
||||
for f in "piped.jar" "config.properties"
|
||||
do
|
||||
echo " $(readlink -f "$f")"
|
||||
|
|
Loading…
Reference in a new issue