pyo replaced by pyc in prerm

This commit is contained in:
fggp 2022-10-29 11:37:09 +02:00 committed by GitHub
parent 5d96299ade
commit b689d13b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
find /opt/tisbackup/ -name *.pyo -exec rm -f {} \; find /opt/tisbackup/ -name *.pyc -exec rm -f {} \;