1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-20 08:40:14 -07:00

fix sort path error

This commit is contained in:
KM4ACK 2022-08-07 10:12:26 -05:00
parent 5f4433c3b4
commit ffc27f4e27

View File

@ -30,7 +30,7 @@ fi
sed -i 's/|//g' $MYTEMP
cat $MYTEMP >> $HOME/patmenu2/sms/myphonelist.txt
sort $HOME/patmenu2/sms/myphonelist.txt > /run/usr/$UID/sortedlist
sort $HOME/patmenu2/sms/myphonelist.txt > /run/user/$UID/sortedlist
mv /run/user/$UID/sortedlist $HOME/patmenu2/sms/myphonelist.txt
yad --center --timeout=3 --timeout-indicator=top --no-buttons --text="The carrier list has been updated"