[PR #89] [MERGED] fix ash comparison #124

Closed
opened 2026-03-04 11:58:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/4IceG/luci-app-3ginfo-lite/pull/89
Author: @pekmop1024
Created: 8/10/2024
Status: Merged
Merged: 8/10/2024
Merged by: @4IceG

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/3ginfo.sh (+1 -1)

📄 Description

Busybox ash does not support > as test operator, instead of comparison it responds to it as stdout redirection and thus creates file with name 1 in place where script was started (usually /).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/4IceG/luci-app-3ginfo-lite/pull/89 **Author:** [@pekmop1024](https://github.com/pekmop1024) **Created:** 8/10/2024 **Status:** ✅ Merged **Merged:** 8/10/2024 **Merged by:** [@4IceG](https://github.com/4IceG) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`550cf75`](https://github.com/4IceG/luci-app-3ginfo-lite/commit/550cf758ace47674d3181ad6aaa9c56d4930ae52) fix ash comparison ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/3ginfo.sh` (+1 -1) </details> ### 📄 Description Busybox ash does not support `>` as test operator, instead of comparison it responds to it as stdout redirection and thus creates file with name `1` in place where script was started (usually `/`). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 11:58:48 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-3ginfo-lite#124
No description provided.