Skip to content

Commit

Permalink
Fix postCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills authored Oct 27, 2022
1 parent f4c5eee commit 5872738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
set -e

mv /usr/local/php/8.1.11/ini/conf.d/xdebug.ini /usr/local/php/8.1.11/ini/conf.d/xdebug.ini.bak
mv /usr/local/php/current/ini/conf.d/xdebug.ini /usr/local/php/current/ini/conf.d/xdebug.ini.bak

0 comments on commit 5872738

Please sign in to comment.