overleaf/services/git-bridge/uninstall.sh

8 lines
201 B
Bash
Raw Normal View History

2014-12-05 15:38:12 -05:00
if [ "$(id -u)" != "0" ]; then
echo "You must be root to uninstall" 1>&2
exit 1
fi
rm -f /usr/local/sbin/writelatex-git-bridge.jar &&\
rm -f /etc/init.d/wlgb &&\
/usr/sbin/update-rc.d -f wlgb remove