GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
docker
/
openhab
Transfer to URL with SHA
Find file
Newer
Older
tree:
be7633bdfd
Branches
Tags
×
database
master
openhab
/ clearPid.sh
Pascal Gollor
on 12 Oct 2017
98 bytes
add workaround for restart failure
Raw
Blame
History
#!/bin/bash if [ -f "./data/userdata/tmp/karaf.pid" ]; then rm ./data/userdata/tmp/karaf.pid fi