Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L10 improvements, more services #454

Merged
merged 2 commits into from Jan 13, 2023
Merged

Conversation

m-1-k-3
Copy link
Member

@m-1-k-3 m-1-k-3 commented Jan 12, 2023

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

feature

  • What is the current behavior? (You can also link to an open issue here)

Missing services which are not started and not detected.

  • What is the new behavior (if this is a feature change)? If possible add a screenshot.

More startup services included

@m-1-k-3 m-1-k-3 added enhancement New feature or request System emulator (Lxx) The system emulator (Lxx modules) labels Jan 12, 2023
@@ -27,7 +27,7 @@ if ("${FIRMAE_ETC}"); then
BINARY_NAME=$("${BUSYBOX}" basename "${BINARY_NAME}")
if ( ! ("${BUSYBOX}" ps | "${BUSYBOX}" grep -v grep | "${BUSYBOX}" grep -sqi "${BINARY_NAME}") ); then
"${BUSYBOX}" echo "[*] Starting $BINARY_NAME service ..."
"${BINARY}" &
${BINARY} &
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this on purpose

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes ... otherwise the parameters of some commands are not working

@m-1-k-3 m-1-k-3 merged commit 85bacde into e-m-b-a:master Jan 13, 2023
@m-1-k-3 m-1-k-3 deleted the l10_services branch January 20, 2023 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request System emulator (Lxx) The system emulator (Lxx modules)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants