Skip to content

Commit

Permalink
fix: 非centos或debian等操作系统下安装插件时初始化脚本可能存在报错 (closed #2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalice-1831 authored and wyyalt committed Dec 27, 2024
1 parent 1525c9a commit f7c3d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/backend/components/collections/common/script_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
fi
done
cd "$setup_path"
rm -rf $subscription_tmp_dir
"""

Expand Down

0 comments on commit f7c3d8d

Please sign in to comment.