mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Changed install script.
This commit is contained in:
parent
c9df3e23ec
commit
5e8836df1a
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ ant all &&\
|
|||
mv ./bin/writelatex-git-bridge.jar /usr/local/sbin/ &&\
|
||||
cp ./bin/wlgb /etc/init.d/ &&\
|
||||
mkdir /var/log/wlgb &&\
|
||||
mkdir /etc/wlgb
|
||||
cp ./bin/config.json /etc/wlgb/
|
||||
mkdir /etc/wlgb &&\
|
||||
cp ./bin/config.json /etc/wlgb/ &&\
|
||||
/usr/sbin/update-rc.d -f wlgb defaults
|
||||
|
|
Loading…
Reference in a new issue