.
This commit is contained in:
parent
b25e482c18
commit
4d386988ac
@ -139,6 +139,9 @@ main() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "---------- ${config_file}"
|
||||||
|
cat ${config_file}
|
||||||
|
echo "----------"
|
||||||
local dt
|
local dt
|
||||||
dt=$(date +%Y%m%d)
|
dt=$(date +%Y%m%d)
|
||||||
|
|
||||||
@ -183,5 +186,6 @@ if [[ $# -lt 1 ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "[$(date)] Starting ${0} ${*} ..."
|
||||||
main "${Config}"
|
main "${Config}"
|
||||||
|
echo "[$(date)] Done ${0} ${*}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user