mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-30 19:05:48 +01:00
Update tools.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user