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:
parent
5f4433c3b4
commit
ffc27f4e27
@ -30,7 +30,7 @@ fi
|
|||||||
sed -i 's/|//g' $MYTEMP
|
sed -i 's/|//g' $MYTEMP
|
||||||
|
|
||||||
cat $MYTEMP >> $HOME/patmenu2/sms/myphonelist.txt
|
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
|
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"
|
yad --center --timeout=3 --timeout-indicator=top --no-buttons --text="The carrier list has been updated"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user