Skip to content

Commit 5872738

Browse files
authored
Fix postCreate
1 parent f4c5eee commit 5872738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/postCreate

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
set -e
33

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

0 commit comments

Comments
 (0)