summarylogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/start.sh b/start.sh
index 7526aee20e05..c113b918c3cb 100755
--- a/start.sh
+++ b/start.sh
@@ -7,6 +7,8 @@ QQ_APP_DIR="${CONFIG_DIR}/QQ"
DOWNLOAD_DIR="$(xdg-user-dir DOWNLOAD)"
if [ "$DOWNLOAD_DIR" == "$HOME" ]; then DOWNLOAD_DIR="$HOME/Downloads"; fi
+mkdir -p "$QQ_APP_DIR"
+
cd /opt/QQ
bwrap --new-session --die-with-parent --cap-drop ALL --unshare-user-try --unshare-pid --unshare-cgroup-try \