Commit 2de7ba0e authored by houkime's avatar houkime

pwr_stop.sh adapted

parent 0bc19cd6
......@@ -122,7 +122,16 @@
source $pwrp_exe/pwrp_stop.sh
fi
rm -f /tmp/pwr*$PWR_BUS_ID
tmpdir='/tmp/'
if [ $TMPDIR ]; then
tmpdir=$TMPDIR
fi
rm $tmpdir/pwr*$PWR_BUS_ID
#rm -f /tmp/pwr*$PWR_BUS_ID
#rm -f /tmp/pwr*
#id=`ipcs -s | grep $user | awk '{print $2}'`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment