diff options
Diffstat (limited to 'mayor-orig/update/orev001699-1.sh')
-rw-r--r-- | mayor-orig/update/orev001699-1.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mayor-orig/update/orev001699-1.sh b/mayor-orig/update/orev001699-1.sh deleted file mode 100644 index 59200b22..00000000 --- a/mayor-orig/update/orev001699-1.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -FILE="www/include/modules/naplo/tanev/convert-aSc Timetables XML (tankor_nelkul).php" - -echo -e "\n Felesleges állományok törlése:\n" - echo -n " $BASEDIR/$FILE ... " - if [ -e "$BASEDIR/$FILE" ]; then - rm -f "$BASEDIR/$FILE" - echo "törölve." - else - echo "nincs." - fi |