Skip to content

Commit f76ec48

Browse files
committed
Add logging system to nginx-proxy-automation
1 parent 22a7241 commit f76ec48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/fresh-start.sh

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ source $SCRIPT_PATH"/../basescript/bootstrap.sh"
2626
# Source localscripts
2727
source $SCRIPT_PATH"/localscript/bootstrap.sh"
2828

29+
# Log
30+
log "Start execution"
31+
log "$@"
32+
2933
#-----------------------------------------------------------------------
3034
# Process arguments
3135
#-----------------------------------------------------------------------

0 commit comments

Comments
 (0)