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

Update documentations and commands #60

Merged
merged 7 commits into from
Feb 15, 2024
Merged

Conversation

tanhongit
Copy link
Member

No description provided.

@tanhongit tanhongit self-assigned this Feb 5, 2024
@tanhongit tanhongit added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 5, 2024
@tanhongit tanhongit added this to the Installation milestone Feb 5, 2024
@tanhongit tanhongit marked this pull request as draft February 7, 2024 13:49
@tanhongit tanhongit linked an issue Feb 12, 2024 that may be closed by this pull request
@tanhongit tanhongit marked this pull request as ready for review February 12, 2024 15:35
$group = $this->argument('group') ?? $user;

if (empty($user) || empty($group)) {
$group = $user = exec('ps aux | egrep "(apache|httpd|nginx)" | grep -v "root" | head -n1 | cut -d\ -f1');
Copy link
Member Author

Choose a reason for hiding this comment

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

@tanhongit tanhongit changed the title Develop Update documentations and commands Feb 15, 2024
@tanhongit tanhongit merged commit a564294 into cslant:main Feb 15, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Auto-detect and set permission for Json files
1 participant