mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 00:31:21 +00:00
Made bin/wlgb executable.
This commit is contained in:
parent
86a1887d1d
commit
587faab290
2 changed files with 1 additions and 1 deletions
0
services/git-bridge/bin/wlgb
Normal file → Executable file
0
services/git-bridge/bin/wlgb
Normal file → Executable file
|
@ -4,6 +4,6 @@ if [ "$(id -u)" != "0" ]; then
|
|||
fi
|
||||
command -v ant >/dev/null 2>&1 && command -v /usr/lib/jvm/java-7-openjdk-amd64/bin/javac >/dev/null 2>&1 || ./install-deps.sh
|
||||
ant all &&\
|
||||
cp ./bin/writelatex-git-bridge.jar /usr/local/sbin/ &&\
|
||||
mv ./bin/writelatex-git-bridge.jar /usr/local/sbin/ &&\
|
||||
cp ./bin/wlgb /etc/init.d/ &&\
|
||||
/usr/sbin/update-rc.d -f wlgb defaults
|
||||
|
|
Loading…
Reference in a new issue