aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/update/pre002989-0.sh
blob: 7ecb21eeed18f2954343162a88865db676c5e50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

FILE="update/pre002989-1-intemzeny.sql"

echo " Felesleges állományok törlése:"
    echo -n "          $BASEDIR/$FILE ... "
    if [ -e "$BASEDIR/$FILE" ]; then
        rm -f "$BASEDIR/$FILE"
        echo "törölve."
    else
        echo "nincs."
    fi
echo " Kész."