mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-03-07 06:21:03 +01:00
fixed the generateJsDoc script
This commit is contained in:
parent
5306a88214
commit
f1d06c55b4
@ -1,5 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
#Move to the folder where ep-lite is installed
|
||||
FOLDER=$(dirname $(readlink -f $0))
|
||||
cd $FOLDER
|
||||
|
||||
#Was this script started in the bin folder? if yes move out
|
||||
if [ -d "../bin" ]; then
|
||||
cd "../"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user