fix install script
This commit is contained in:
parent
54c601d7ca
commit
b6e5d2a2ec
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ with Path("service.service").open("r") as fp:
|
||||||
text = fp.read()
|
text = fp.read()
|
||||||
text = text.replace("$user$", user)
|
text = text.replace("$user$", user)
|
||||||
text = text.replace("$root$", str(root))
|
text = text.replace("$root$", str(root))
|
||||||
text = text.replace("$ram$", str(ram))
|
|
||||||
$(cp service.service @(user).service)
|
$(cp service.service @(user).service)
|
||||||
with Path(f"{user}.service").open("w+") as fp:
|
with Path(f"{user}.service").open("w+") as fp:
|
||||||
fp.write(text)
|
fp.write(text)
|
||||||
|
|
Loading…
Reference in a new issue