Logging changed

This commit is contained in:
Fr4nz D13trich 2025-12-27 13:05:22 +01:00
parent a97e77a370
commit 1a3927e689

View file

@ -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