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:
parent
fea9c3d044
commit
799490c237
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue