Explorar el Código

Fix typo in cleaning tmp folders command

pull/49/head
Kristijan Mitrovic hace 4 años
padre
commit
2661c9554c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/bubble/tasks/main.yml

+ 1
- 1
bubble-server/src/main/resources/packer/roles/bubble/tasks/main.yml Ver fichero

@@ -125,4 +125,4 @@
name: "Cleaning tmp folders"
special_time: "hourly"
user: "root"
job: "find /tmp ~bubble/tmp -mtime +1 -type f -delete && find /tmp ~bubble/tmp -mtime +1 -type d -empty - delete"
job: "find /tmp ~bubble/tmp -mtime +1 -type f -delete && find /tmp ~bubble/tmp -mtime +1 -type d -empty -delete"

Cargando…
Cancelar
Guardar