This commit is contained in:
parent
8089df3418
commit
6f28fe3a10
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#Check for file vwchk.txt and directory regparam
|
|
||||||
#Found vwchk not needed anymore - left in but commented out
|
|
||||||
#if [ -f vwchk.txt ]; then
|
|
||||||
# rm -rf vwchk.txt
|
|
||||||
#fi
|
|
||||||
#
|
|
||||||
if [ ! -d regparam ]; then
|
|
||||||
mkdir regparam
|
|
||||||
fi
|
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in New Issue