Start script needs bash instead of sh for root arguments
This commit is contained in:
parent
cb3ab51ee1
commit
dc2418e532
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
#Move to the folder where ep-lite is installed
|
||||
cd `dirname $0`
|
||||
|
|
Loading…
Reference in a new issue