ipso: do not use the /lib/init/rw tmpfs

This commit is contained in:
Russ Cox 2009-04-30 07:27:52 -07:00
parent 995e570976
commit 08d52f6c8f

View file

@ -78,7 +78,7 @@ if(~ $get aesget && ~ $#* 0){
user=`{whoami}
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)
cd $tmp(1) || exit $status
mkdir -p ipso.$user