Skip to content

Commit

Permalink
feat: 更新 User.sh,简化压缩输出逻辑,确保始终显示压缩成功信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora-Nasa-1 committed Feb 3, 2025
1 parent 1737666 commit b6965ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings/script/User.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ print_KEY_title() {
key_select
}
zip_if() {
if [ -z "$1" ]; then
echo "- ${USER_SUCCESSFULLY_COMPRESS}: $1"
fi
echo "- ${USER_SUCCESSFULLY_COMPRESS}: $1"
}

main() {
Expand Down

0 comments on commit b6965ff

Please sign in to comment.