We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ioBroker.docker/debian12/scripts/iobroker_startup.sh
Line 167 in ac40e5a
The cat/grep/cut pipeline can be replaced by:
cat
grep
cut
id -u iobroker
id -g iobroker
of the iobroker user.
iobroker
The text was updated successfully, but these errors were encountered:
👍 +1
Sorry, something went wrong.
Done in v9.1.0-beta.2. Thank you!
No branches or pull requests
Description / Beschreibung
ioBroker.docker/debian12/scripts/iobroker_startup.sh
Line 167 in ac40e5a
The
cat
/grep
/cut
pipeline can be replaced by:id -u iobroker
to get the user IDid -g iobroker
to get the group IDof the
iobroker
user.The text was updated successfully, but these errors were encountered: