ipso: do not use the /lib/init/rw tmpfs
This commit is contained in:
parent
995e570976
commit
08d52f6c8f
1 changed files with 1 additions and 1 deletions
2
bin/ipso
2
bin/ipso
|
|
@ -78,7 +78,7 @@ if(~ $get aesget && ~ $#* 0){
|
||||||
|
|
||||||
user=`{whoami}
|
user=`{whoami}
|
||||||
cd /tmp || exit $status
|
cd /tmp || exit $status
|
||||||
tmp=`{df | awk '$1=="tmpfs" {print $NF}'}
|
tmp=`{df | grep -v /lib/init | awk '$1=="tmpfs" {print $NF}'}
|
||||||
if(! ~ $#tmp 0)
|
if(! ~ $#tmp 0)
|
||||||
cd $tmp(1) || exit $status
|
cd $tmp(1) || exit $status
|
||||||
mkdir -p ipso.$user
|
mkdir -p ipso.$user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue