@ -23,6 +23,8 @@ while true; do
if [[ ! -f "$jcfile" ]]; then
echo "$check" > "$jcfile"
elif [[ "$check" == "" ]]; then
:
elif [[ ! "$check" == $(cat $jcfile) ]]; then
datum=$(date +"[%d.%m.%Y %H:%M] ")