Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
hbt committed Nov 28, 2018
1 parent 94e5ac0 commit ba71197
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions bin/find-forks-recursively
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if [ ! -f /.dockerenv ]; then
echo "Skipping. Not in docker container";
fi

# fix perms https://serverfault.com/questions/253313/ssh-returns-bad-owner-or-permissions-on-ssh-config
rm -rf /root/.ssh
cp -R /root/.ssh2 /root/.ssh
chmod 600 /root/.ssh/config
Expand Down
1 change: 0 additions & 1 deletion config/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,6 @@ xdebug.var_display_max_children = 500
xdebug.overload_var_dump=2
xdebug.default_enable=1

; // TODO(hbt) ENHANCE disable on prod

xdebug.remote_enable=0
xdebug.remote_autostart=0
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ services:
- ./out:/out
# mount git files for cloning in read only mode
- $HOME/.gitconfig:/root/.gitconfig:ro
# // TODO(hbt) NEXT add script to fix /root.ssh - https://serverfault.com/questions/253313/ssh-returns-bad-owner-or-permissions-on-ssh-config
- $HOME/.ssh:/root/.ssh2:ro

0 comments on commit ba71197

Please sign in to comment.