1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}/web-frontend/uninstall.sh

10 lines
369 B
Bash
Executable file

#!/bin/bash
# Bash strict mode: http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -euo pipefail
# This file is automatically run by Baserow when the plugin is uninstalled.
# Baserow will automatically `yarn remove` the plugin after this script for you so
# no need to do that in here.
# Instead you should undo any changes you've made to the container.