mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-31 19:35:48 +01:00
Update tools.py
This commit is contained in:
@@ -1003,7 +1003,7 @@ class MyUpgrade2(Screen):
|
|||||||
#cmd3
|
#cmd3
|
||||||
if fileExists('%sImageBoot/%s/var/lib/zerotier-one/' % (getNeoLocation(), getImageNeoBoot())):
|
if fileExists('%sImageBoot/%s/var/lib/zerotier-one/' % (getNeoLocation(), getImageNeoBoot())):
|
||||||
if fileExists('/var/lib/zerotier-one/identity.secret'):
|
if fileExists('/var/lib/zerotier-one/identity.secret'):
|
||||||
cmd = 'cp -af ' + zerotier + ' ' + target3
|
cmd = 'cp -aRf ' + zerotier + ' ' + target3
|
||||||
system(cmd)
|
system(cmd)
|
||||||
cmd4 = 'cp -af ' + S99neo + ' ' + target4
|
cmd4 = 'cp -af ' + S99neo + ' ' + target4
|
||||||
system(cmd4)
|
system(cmd4)
|
||||||
|
|||||||
Reference in New Issue
Block a user