1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-06 13:17:42 +03:00
one/share/pkgs/services/systemd/pre_cleanup
Alejandro Huertas Herrero 307a6bb153
B #5189: fix typo (#2160)
2022-06-17 11:48:25 +02:00

6 lines
107 B
Bash
Executable File

#!/bin/bash
if [[ ! -f /var/run/one/oned.pid && -f /var/lock/one/one ]]; then
rm /var/lock/one/one
fi