|
Last change
on this file since 46274 was 46274, checked in by obi, 3 years ago |
|
update lost files with install echo
|
-
Property svn:executable
set to
*
|
|
File size:
273 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | echo Use Install Dest: $1
|
|---|
| 4 | echo Start Install Script: $0
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | #model=`cat /etc/model`
|
|---|
| 8 |
|
|---|
| 9 | #if [ "$model" = "ufs910" ] && [ -e /tmp/.tmp60mb ];then
|
|---|
| 10 | # if [ -e /var/swapdir/swapfile ];then
|
|---|
| 11 | # echo "umount /tmp (60mb)"
|
|---|
| 12 | # umount /tmp
|
|---|
| 13 | # rm -f /tmp/.tmp60mb
|
|---|
| 14 | # fi
|
|---|
| 15 | #fi
|
|---|
| 16 |
|
|---|
| 17 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.