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

create a command to update permission/owner for config files in Linux #37

Merged
merged 10 commits into from
Nov 24, 2023

Conversation

tanhongit
Copy link
Member

No description provided.

@@ -27,10 +29,12 @@ class ChangeOwnerConfigJson extends Command
*/
public function handle(): void
{
$user = $this->option('user');
$user = $this->argument('user');
Copy link
Member Author

Choose a reason for hiding this comment

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

@pxthinh using the argument instead of the option in the command console.

@tanhongit tanhongit added bug Something isn't working enhancement New feature or request labels Nov 24, 2023
@tanhongit tanhongit merged commit 5346a36 into main Nov 24, 2023
22 checks passed
@tanhongit tanhongit deleted the tools branch October 14, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Command to update permission/owner for config files in linux
2 participants