From 19545201fc7ca7ad7af0e3d87d5ffd64e111c8b2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Jan 2024 17:55:43 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 90d4b43..8c10e73 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1003,7 +1003,7 @@ class MyUpgrade2(Screen): #cmd3 if fileExists('%sImageBoot/%s/var/lib/zerotier-one/' % (getNeoLocation(), getImageNeoBoot())): if fileExists('/var/lib/zerotier-one/identity.secret'): - cmd = 'cp -af ' + zerotier + ' ' + target3 + cmd = 'cp -aRf ' + zerotier + ' ' + target3 system(cmd) cmd4 = 'cp -af ' + S99neo + ' ' + target4 system(cmd4)