You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
267 B

  1. #!/bin/bash
  2. DIR="$(realpath $(dirname "$(readlink -f "$0")")/..)"
  3. PHP_VERSION=$1 # Without dot
  4. if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=74; fi
  5. ${DIR}/dockerfiles/php-fpm/xdebug.sh stop ${PHP_VERSION}
  6. ${DIR}/dockerfiles/workspace/xdebug.sh stop ${PHP_VERSION}