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

Command to update permission/owner for config files in linux #35

Closed
tanhongit opened this issue Nov 24, 2023 · 0 comments · Fixed by #36 or #37
Closed

Command to update permission/owner for config files in linux #35

tanhongit opened this issue Nov 24, 2023 · 0 comments · Fixed by #36 or #37
Assignees
Labels
enhancement New feature or request

Comments

@tanhongit
Copy link
Member

Please create the command to handle the owner change for config files after the public provider.


Here is the provider command:

php artisan vendor:publish --provider="CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag="config_jsons"

Please make sure these files have the right to execute for the client. So change the owner to www-data.

@tanhongit tanhongit added the enhancement New feature or request label Nov 24, 2023
@pxthinh pxthinh linked a pull request Nov 24, 2023 that will close this issue
@tanhongit tanhongit changed the title Command to update permission for config files in linux Command to update permission/owner for config files in linux Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment