mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-06 13:17:42 +03:00
6 lines
107 B
Bash
Executable File
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
|