mirror of
https://git.h0ster.org/fr4nz/helium-helper.git
synced 2026-03-18 21:20:17 +01:00
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