mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-03 08:33:04 +02:00
lala
This commit is contained in:
@ -324,6 +324,7 @@ if _RESTORE:
|
|||||||
loaded[2]['logo']['icon'] = "/images/qnap_nas1.png"
|
loaded[2]['logo']['icon'] = "/images/qnap_nas1.png"
|
||||||
|
|
||||||
# Save it again
|
# Save it again
|
||||||
|
print(f"writing to file {file}")
|
||||||
with open(file, 'w') as stream:
|
with open(file, 'w') as stream:
|
||||||
try:
|
try:
|
||||||
yaml.dump(loaded, stream, default_flow_style=False)
|
yaml.dump(loaded, stream, default_flow_style=False)
|
||||||
|
Reference in New Issue
Block a user