taz-download:taz von morgen laden
This commit is contained in:
@@ -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!";
|
||||||
|
|||||||
Reference in New Issue
Block a user