10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
# Remove persistent data
|
|
rm -rf "${VOLUMES_DIR}/opendatakit"
|
|
|
|
# Unregister application
|
|
vmmgr unregister-app opendatakit
|
|
vmmgr unregister-app opendatakit-build
|