mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 08:01:00 +00:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# 1Panel owns application data removal according to the user's uninstall choice.
|
|
exit 0
|