Newer
Older
openhab / clearPid.sh
#!/bin/bash

if [ -f "./data/userdata/tmp/karaf.pid" ]; then
	rm ./data/userdata/tmp/karaf.pid
fi