Update index.py

pull/109/head
midoks 6 years ago
parent 42bf20baaa
commit 1cbe868a53
  1. 2
      plugins/solr/index.py

@ -103,7 +103,7 @@ def runShell(shell):
if public.isAppleSystem():
data = public.execShell(shell)
else:
data = public.execShell('su - solr -c "/bin/sh ' + shell + '"')
data = public.execShell('su - solr -c "/bin/bash ' + shell + '"')
return data

Loading…
Cancel
Save