From 870cd5848d9b763d6ddf7b1e1fb20024687f9d67 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Fri, 24 May 2024 12:48:37 +0800 Subject: [PATCH] remove the "touch" command that creates default-enable all modules are now enabled by the config file because the "enable" and "default-enable" feature is going away in SimplSAMLphp 2.0 --- development/hub/run-debug.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/development/hub/run-debug.sh b/development/hub/run-debug.sh index bcb746ea..6be1b1e3 100755 --- a/development/hub/run-debug.sh +++ b/development/hub/run-debug.sh @@ -11,7 +11,6 @@ echo "xdebug.remote_enable=1" >> $INI_FILE echo "xdebug.remote_host=$XDEBUG_REMOTE_HOST" >> $INI_FILE mkdir -p /data/vendor/simplesamlphp/simplesamlphp/modules/sildisco -touch /data/vendor/simplesamlphp/simplesamlphp/modules/sildisco/default-enable # now the builtin run script can be started /data/run.sh