Skip to content

Commit 980b165

Browse files
committed
include commit info in start.log
1 parent c48aa7b commit 980b165

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Service/start.sh

+6
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@ function main(){
269269
log "======================================================================"
270270
log `rm -f $STARTED_FILE 2>&1`
271271

272+
# include commit version into start of log
273+
if [ -f "$SCRIPT_DIR/version.txt" ] ; then
274+
v=`cat $SCRIPT_DIR/version.txt`
275+
log "$v"
276+
fi
277+
272278
# setup required directories with proper write access and custom app config
273279
setup_directories
274280
create_app_config_file

0 commit comments

Comments
 (0)