commit
This commit is contained in:
7
clean_locks.sh
Normal file
7
clean_locks.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
files=$(find /var/solr -name write.lock)
|
||||
if [ -n "$files" ]; then
|
||||
rm $files
|
||||
else
|
||||
echo "No files found."
|
||||
fi
|
||||
Reference in New Issue
Block a user