Skip to content

Commit 379a825

Browse files
author
ironex
committed
Remove filebeat permissions fix command
1 parent 8e78c47 commit 379a825

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ Preferences - PHP - Servers
147147
- This command is only used by other commands and it provides required variables for them, such as user and group id
148148
- ``` bin/helpers/create-bind-mounted-folders```
149149
- Stops containers, checks if bind mounted folders specified in docker-compose.yml file exist and creates them if they don't
150-
- ``` bin/helpers/fix-filebeat-permissions ```
151-
- Filebeat container requires filebeat.yml to be only writtable by the owner
152150
- ``` bin/helpers/remove-frontend-folder ```
153151
- Stops containers and removes frontend folder
154152
- ``` bin/helpers/remove-magento-folder ```

bin/helpers/fix-filebeat-permissions

Lines changed: 0 additions & 5 deletions
This file was deleted.

bin/new-project/magento

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ while true; do
1717
esac
1818
done
1919

20-
# Fix filebeat.yml permissions
21-
bin/helpers/fix-filebeat-permissions
22-
2320
# Remove Magento folder
2421
bin/helpers/remove-magento-folder
2522

0 commit comments

Comments
 (0)