From 3366b816d764afe179dc36a162c5f12e3de84c9a Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 22 May 2024 13:24:56 +0800 Subject: [PATCH] use the new path to the yii script in run-idp.sh --- dockerbuild/run-idp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerbuild/run-idp.sh b/dockerbuild/run-idp.sh index 11490e6d..f2faa512 100755 --- a/dockerbuild/run-idp.sh +++ b/dockerbuild/run-idp.sh @@ -2,9 +2,9 @@ # Try to run database migrations cd /data/vendor/simplesamlphp/simplesamlphp/modules/silauth -chmod a+x ./src/yii +chmod a+x ./lib/Auth/Source/yii -output=$(./src/yii migrate --interactive=0 2>&1) +output=$(./lib/Auth/Source/yii migrate --interactive=0 2>&1) # If they failed, exit. rc=$?; @@ -14,4 +14,4 @@ if [[ $rc != 0 ]]; then fi cd /data -./run.sh \ No newline at end of file +./run.sh