mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
initial
This commit is contained in:
@ -233,7 +233,7 @@ if _RESTORE:
|
||||
f = open(file)
|
||||
contents = f.read()
|
||||
f.close()
|
||||
contents = re.sub(r'^\s+set \$server\s+\"\w+.\w+.\w+.\w+\";', '</html>', contents)
|
||||
contents = re.sub(r"^\s+set \$server\s+\"\w+.\w+.\w+.\w+\";", '</html>', contents)
|
||||
print(contents)
|
||||
|
||||
status, output = subprocess.getstatusoutput(cmnd)
|
||||
|
Reference in New Issue
Block a user