source:
VWGUIRegistration/trunk/vwreg_postinstall.sh@
1759
Last change on this file since 1759 was 1748, checked in by , 8 years ago | |
---|---|
File size: 236 bytes |
Rev | Line | |
---|---|---|
[1748] | 1 | #!/bin/bash |
2 | #Check for file vwchk.txt and directory regparam | |
3 | #Found vwchk not needed anymore - left in but commented out | |
4 | #if [ -f vwchk.txt ]; then | |
5 | # rm -rf vwchk.txt | |
6 | #fi | |
7 | # | |
8 | if [ ! -d regparam ]; then | |
9 | mkdir regparam | |
10 | fi | |
11 | # | |
12 |
Note:
See TracBrowser
for help on using the repository browser.