From 58727382f25d9bb0ef8667718abb00307587f309 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Thu, 27 Oct 2022 12:57:12 +0000 Subject: [PATCH] Fix postCreate --- .devcontainer/postCreate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/postCreate b/.devcontainer/postCreate index d55776e..1a55b0a 100755 --- a/.devcontainer/postCreate +++ b/.devcontainer/postCreate @@ -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