mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
fixed issue # 64, making the shell scripts more portable (for OS X)
This commit is contained in:
parent
e510f567b9
commit
c984f496c2
5 changed files with 5 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
#Move to the folder where ep-lite is installed
|
||||
FOLDER=$(dirname $(readlink -f $0))
|
||||
cd $FOLDER
|
||||
cd `dirname $0`
|
||||
|
||||
#Was this script started in the bin folder? if yes move out
|
||||
if [ -d "../bin" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue