Start script needs bash instead of sh for root arguments

This commit is contained in:
Michael Parks 2013-08-15 11:06:48 -06:00
parent cb3ab51ee1
commit dc2418e532
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#Move to the folder where ep-lite is installed
cd `dirname $0`