Skip to content

handle_service_envfiles: Change EnvironmentFile to EnvironmentFiles#55

Open
ShreyasMahangade wants to merge 1 commit intodevexp-db:masterfrom
ShreyasMahangade:master
Open

handle_service_envfiles: Change EnvironmentFile to EnvironmentFiles#55
ShreyasMahangade wants to merge 1 commit intodevexp-db:masterfrom
ShreyasMahangade:master

Conversation

@ShreyasMahangade
Copy link
Copy Markdown

systemctl show -p EnvironmentFiles returns plural name but in current code singular namei is being used which is incorrect. Fixes: #54

`systemctl show -p EnvironmentFiles` returns plural name but in current
code singular namei is being used which is incorrect.
Fixes: devexp-db#54
@fila43
Copy link
Copy Markdown
Contributor

fila43 commented Apr 7, 2026

Thank you for your contribution, but unfortunately the sed command is more broken than we expected. It can’t parse multiple occurrences of EnvironmentFile. Off the top of my head, something like envfiles=$(echo "$envfiles" | ... could work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ERROR: Can not read EnvironmentFile No such file or directory

2 participants