File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ GITLAB_PROJECT="${GITLAB_PROJECT:?}"; readonly GITLAB_PROJECT
4949GITLAB_TOKEN=" ${GITLAB_TOKEN:? } " ; readonly GITLAB_TOKEN
5050
5151# Variables.
52+ LOG_TS=" $( date ' +%FT%T%:z' ) $( hostname -f ) ${SRC_NAME} "
5253LOG_MOUNT=" ${SRC_DIR} /log.mount"
5354LOG_CHECK=" ${SRC_DIR} /log.check"
5455LOG_BACKUP=" ${SRC_DIR} /log.backup"
5556LOG_SYNC=" ${SRC_DIR} /log.sync"
5657LOG_CLEAN=" ${SRC_DIR} /log.clean"
57- LOG_TS=" $( date ' +%FT%T%:z' ) $( hostname -f ) ${SRC_NAME} "
5858
5959# -------------------------------------------------------------------------------------------------------------------- #
6060# -----------------------------------------------------< SCRIPT >----------------------------------------------------- #
You can’t perform that action at this time.
0 commit comments