mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-16 14:50:13 -07:00
rm temp when done
This commit is contained in:
parent
6a0ba48e26
commit
ab53950faf
@ -258,12 +258,13 @@ BUT=$?
|
|||||||
|
|
||||||
if [ $BUT = 0 ]; then
|
if [ $BUT = 0 ]; then
|
||||||
$MAIN &
|
$MAIN &
|
||||||
|
rm $TEMPFILE
|
||||||
exit
|
exit
|
||||||
elif [ $BUT = 252 ]; then
|
elif [ $BUT = 252 ]; then
|
||||||
|
rm $TEMPFILE
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
FILE=$(echo $CONFIG | awk -F "|" '{print $1}')
|
FILE=$(echo $CONFIG | awk -F "|" '{print $1}')
|
||||||
rm $MYPATH/$FILE
|
|
||||||
|
|
||||||
rm $TEMPFILE
|
rm $TEMPFILE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user