1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

I love computers

This commit is contained in:
Alexandre Aubin 2024-06-20 23:44:36 +02:00
parent fea9c3d044
commit 799490c237

View file

@ -288,7 +288,7 @@ def cleanup():
open(script, "w").write(content)
for pattern, replace in conf_replaces:
os.system(f"sed -i='' 's@{pattern}@{replace}@g' $(find conf/ -type f)")
os.system(f"sed -i'' 's@{pattern}@{replace}@g' $(find conf/ -type f)")
git_cmds = [
"git rm --quiet sources/extra_files/*/.gitignore 2>/dev/null",