|
Last change
on this file since 23605 was 23605, checked in by obi, 13 years ago |
|
fix saver control files
|
-
Property svn:executable
set to
*
|
|
File size:
267 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | rm -rf /var/usr/local/share/titan/saver/hotgirls
|
|---|
| 4 |
|
|---|
| 5 | if [ -e /var/usr/local/share/titan/saver/hotgirls.old ];then
|
|---|
| 6 | echo "rename hotgirls.old -> hotgirls"
|
|---|
| 7 | mv -f /var/usr/local/share/titan/saver/hotgirls.old /var/usr/local/share/titan/saver/hotgirls
|
|---|
| 8 | fi
|
|---|
| 9 |
|
|---|
| 10 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.