Merge pull request #385 from DDS-Derek/main

This commit is contained in:
jxxghp 2023-09-02 11:16:38 +08:00 committed by GitHub
commit dbe3701032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
update
View File

@ -10,7 +10,7 @@ else
fi fi
if [ "${MOVIEPILOT_AUTO_UPDATE}" = "true" ]; then if [ "${MOVIEPILOT_AUTO_UPDATE}" = "true" ]; then
curl -sL ${CURL_OPTIONS} "https://github.com/jxxghp/MoviePilot/archive/refs/heads/main.zip" | busybox unzip -d /tmp - curl ${CURL_OPTIONS} "https://github.com/jxxghp/MoviePilot/archive/refs/heads/main.zip" | busybox unzip -d /tmp -
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
mv /tmp/MoviePilot-main /tmp/app mv /tmp/MoviePilot-main /tmp/app
echo "后端程序下载成功" echo "后端程序下载成功"