Add installJRMC version to default output
This commit is contained in:
@@ -1595,10 +1595,9 @@ update() {
|
|||||||
main() {
|
main() {
|
||||||
debug "Running: ${FUNCNAME[0]} $*"
|
debug "Running: ${FUNCNAME[0]} $*"
|
||||||
|
|
||||||
echo "Starting installJRMC"
|
echo "Starting installJRMC $SCRIPT_VERSION"
|
||||||
if (( DEBUG )); then
|
if (( DEBUG )); then
|
||||||
echo "Debugging on"
|
echo "Debugging on"
|
||||||
echo "installJRMC version: $SCRIPT_VERSION"
|
|
||||||
else
|
else
|
||||||
echo "To enable debugging output, use --debug or -d"
|
echo "To enable debugging output, use --debug or -d"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user