9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
# Remove persistent data
|
|
rm -rf /srv/openmapkit
|
|
|
|
# Unregister application
|
|
vmmgr unregister-app openmapkit
|