Updated scripts.
This commit is contained in:
parent
9cc9c66b29
commit
909b03e861
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Version 1.0
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo "Usage: $0 <arg ...>"
|
echo "Usage: $0 <arg ...>"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: 1.0
|
# Version: 1.0.1
|
||||||
#
|
#
|
||||||
|
|
||||||
# set the examples directories
|
# set the examples directories
|
||||||
|
@ -42,7 +42,7 @@ updateWrappers() {
|
||||||
then
|
then
|
||||||
echo -e " Kobalt $kw UP-TO-DATE"
|
echo -e " Kobalt $kw UP-TO-DATE"
|
||||||
else
|
else
|
||||||
echo "kobalt.version=$kVer" > kobalt/wrapper/kobalt-wrapper.properties
|
echo -e "kobalt.version=$kVer" > kobalt/wrapper/kobalt-wrapper.properties
|
||||||
echo -e " Kobalt $kVer ${green}UPDATED${std}"
|
echo -e " Kobalt $kVer ${green}UPDATED${std}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue