mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Don't fail on nonexistent directories
This commit is contained in:
parent
f3995a3063
commit
ef38488ed1
@ -90,9 +90,11 @@ console:
|
|||||||
(adb logcat | grep "python\|sidebandservice")
|
(adb logcat | grep "python\|sidebandservice")
|
||||||
|
|
||||||
getrns:
|
getrns:
|
||||||
(cp -rv ../../Reticulum/RNS ./;rm ./RNS/Utilities/RNS)
|
(cp -rv ../../Reticulum/RNS ./)
|
||||||
|
-(rm ./RNS/Utilities/RNS)
|
||||||
-(rm ./RNS/__pycache__ -r)
|
-(rm ./RNS/__pycache__ -r)
|
||||||
(cp -rv ../../LXMF/LXMF ./;rm ./LXMF/Utilities/LXMF)
|
(cp -rv ../../LXMF/LXMF ./)
|
||||||
|
-(rm ./LXMF/Utilities/LXMF)
|
||||||
-(rm ./LXMF/__pycache__ -r)
|
-(rm ./LXMF/__pycache__ -r)
|
||||||
|
|
||||||
cleanrns:
|
cleanrns:
|
||||||
|
Loading…
Reference in New Issue
Block a user