mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-02 08:08:32 +02:00
initial
This commit is contained in:
@ -233,7 +233,7 @@ if _RESTORE:
|
|||||||
f = open(file)
|
f = open(file)
|
||||||
contents = f.read()
|
contents = f.read()
|
||||||
f.close()
|
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)
|
print(contents)
|
||||||
|
|
||||||
status, output = subprocess.getstatusoutput(cmnd)
|
status, output = subprocess.getstatusoutput(cmnd)
|
||||||
|
Reference in New Issue
Block a user