Files
appstore/apps/simon/latest/scripts/uninstall.sh
T
2026-08-01 02:24:28 +08:00

6 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# 1Panel owns persistent-data removal; monitored containers are never touched.
exit 0