mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-24 16:08:11 +01:00
next test
This commit is contained in:
parent
76ee4b74a7
commit
60108f0594
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class CraftBeerPiCli():
|
|||
f.write(line)
|
||||
destfile="/boot/config.txt"
|
||||
|
||||
shutil.os.system('sudo mv "{}" "{}"'.format(configtempfile,destfile))
|
||||
shutil.os.system('sudo cp "{}" "{}"'.format(configtempfile,destfile))
|
||||
|
||||
print("/boot/config.txt created")
|
||||
|
||||
|
|
Loading…
Reference in a new issue