Skip to content

Commit

Permalink
remove the "touch" command that creates default-enable
Browse files Browse the repository at this point in the history
all modules are now enabled by the config file because the "enable" and "default-enable" feature is going away in SimplSAMLphp 2.0
  • Loading branch information
briskt committed May 24, 2024
1 parent f93cebf commit 870cd58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion development/hub/run-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 870cd58

Please sign in to comment.