#!/bin/bash #------------------------------------------------------------------------------# # # Status melden # #------------------------------------------------------------------------------# if [ "x${1}" != "x" ] ; then echo "$(date +'%F %T'): Status = '${1}'" >> /tmp/konfigurations_management.log fi