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

Fix automated installation #1

Open
serhepopovych opened this issue Jun 15, 2020 · 0 comments
Open

Fix automated installation #1

serhepopovych opened this issue Jun 15, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@serhepopovych
Copy link
Owner

serhepopovych commented Jun 15, 2020

Due to limitation of https://github.com/serhepopovych/installsh we cannot substitude template
values in directory/file names. For example @fqdn@ in /etc/lighttpd/vhosts.d will not be substitured
to FQDN during install forcing user to do this explicitly (e.g. with mv -f @fqdn@ $(hostname -f)).

This issue should be addressed first in installsh and next this project git submodule and README should be updated.

@serhepopovych serhepopovych added the bug Something isn't working label Jun 15, 2020
@serhepopovych serhepopovych self-assigned this Jun 15, 2020
serhepopovych added a commit that referenced this issue Jan 24, 2021
This is to simplify installation process to eliminate the need to rename
files and directories manually.

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant