taz-download:taz von morgen laden

This commit is contained in:
marc
2009-08-30 23:23:05 +02:00
parent 900a42d0a9
commit b0da9e1321

View File

@@ -40,8 +40,8 @@ let "SECONDS_SINCE_LAST_MIDNIGHT = 86400 + $TODAYS_SECOND";
# There is no taz on Sundays (German Sonntag) # There is no taz on Sundays (German Sonntag)
#if [ "Sa" != "$(date +%a)" ] #if [ "Sa" != "$(date +%a)" ]
#then #then
#TAG=$(date -d tomorrow +"%Y_%m_%d"); TAG=$(date -d tomorrow +"%Y_%m_%d");
TAG=$(date +"%Y_%m_%d"); #TAG=$(date +"%Y_%m_%d");
if [ -f ""$TAG"$TAZTYPE" ] if [ -f ""$TAG"$TAZTYPE" ]
then then
echo "Datei ""$TAG""$TAZTYPE ist schon vorhanden!"; echo "Datei ""$TAG""$TAZTYPE ist schon vorhanden!";