Logging changed
This commit is contained in:
parent
a97e77a370
commit
1a3927e689
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ dependency_check () {
|
|||
|
||||
if ! [ -d "$LOG_PATH" ] ; then
|
||||
mkdir -p $LOG_PATH
|
||||
echo "########## $APP_NAME update log ##########"
|
||||
echo "########## $APP_NAME_LONG update log ##########" >> $LOG
|
||||
echo >> $LOG
|
||||
echo "${DATE} | Log created" >> $LOG
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue