1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-16 06:40:10 -07:00

rm temp when done

This commit is contained in:
KM4ACK 2020-05-20 08:52:30 -05:00
parent 6a0ba48e26
commit ab53950faf

View File

@ -258,12 +258,13 @@ BUT=$?
if [ $BUT = 0 ]; then
$MAIN &
rm $TEMPFILE
exit
elif [ $BUT = 252 ]; then
rm $TEMPFILE
exit
fi
FILE=$(echo $CONFIG | awk -F "|" '{print $1}')
rm $MYPATH/$FILE
rm $TEMPFILE