optimized logging

This commit is contained in:
buanet
2019-03-14 14:41:11 +01:00
parent 83f3542f68
commit 4321bd7bfb

View File

@@ -4,11 +4,18 @@
packages=$PACKAGES
avahi=$AVAHI
#!/bin/bash
# Reading env-variables
packages=$PACKAGES
avahi=$AVAHI
dati=`date '+%Y-%m-%d %H:%M:%S'`
# Information
echo ''
echo '----------------------------------------'
echo '----- Image-Version: 2.0.5beta -----'
echo '----- $(date '+%Y-%m-%d %H:%M:%S') -----'
echo '----- '$dati' -----'
echo '----------------------------------------'
echo ''
echo 'Startupscript running...'