We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a492d commit 4b10028Copy full SHA for 4b10028
1 file changed
update
@@ -28,7 +28,7 @@ if [ "${MOVIEPILOT_AUTO_UPDATE_DEV}" = "true" ]; then
28
if [ $? -eq 0 ]; then
29
echo "前端程序下载成功"
30
rm -rf /app
31
- mv /tmp/MoviePilot* /app
+ mv /tmp/app /app
32
rm -rf /public
33
mv /tmp/dist /public
34
echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}"
0 commit comments