Skip to content

Commit 4b10028

Browse files
committed
fix update
1 parent e0a492d commit 4b10028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "${MOVIEPILOT_AUTO_UPDATE_DEV}" = "true" ]; then
2828
if [ $? -eq 0 ]; then
2929
echo "前端程序下载成功"
3030
rm -rf /app
31-
mv /tmp/MoviePilot* /app
31+
mv /tmp/app /app
3232
rm -rf /public
3333
mv /tmp/dist /public
3434
echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}"

0 commit comments

Comments
 (0)