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

echo 'A post update szkriptek tesztelése'
echo 'A post fut ($BASEDIR)!!' >> /tmp/mayor-update-test.log

FILE="www/policy/private/naplo/tanev/helyettesites.php"

    echo "$BASEDIR/$FILE"
    if [ -e "$BASEDIR/$FILE" ]; then
        echo "törölve."
    else
        echo "nincs."
    fi