source:
VWGUIRegistration/tag/2.0/vwreg_postinstall.sh@
1742
Last change on this file since 1742 was 1739, checked in by , 8 years ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
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.