cleanup
This commit is contained in:
parent
b90ec33845
commit
ab73cbbe69
2 changed files with 0 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
|||
DB=/home/user/nico/DB/wddb/
|
||||
HTMLDB=/home/user/nico/DB/wddb-html/
|
||||
|
||||
|
||||
DATA_1=`echo $1 | sed 's/\.\.\///g'`
|
||||
echo $DATA_1
|
||||
|
||||
CONTINENT=`echo $DATA_1 | awk -F"/" '{ print $1 }'`
|
||||
#CONTINENT=`echo $DATA_1 | sed 's/^\(.*\)\/.*/\1/g'`
|
||||
echo $CONTINENT
|
||||
|
||||
DATADIR=`echo $DATA_1 | sed 's/\(.*\)\/\(.*\)/\1/g'`
|
||||
HTML=`echo $DATA_1 | sed 's/\(.*\)\/\(.*\)/\2/g'`
|
||||
echo $DATADIR
|
||||
echo $HTML
|
||||
|
||||
if [ ! -d $DB/$CONTINENT ]; then
|
||||
show_error
|
||||
fi
|
||||
|
||||
grep
|
|
@ -1 +0,0 @@
|
|||
eject
|
Loading…
Reference in a new issue