From f5007eca741477bf98354a351f7f7cfb9786adcb Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 29 Jan 2014 12:27:12 +0100 Subject: Invoke update scripts with php command directly (#1489322) --- bin/installto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/installto.sh') diff --git a/bin/installto.sh b/bin/installto.sh index 269a5dc06..fbd951bdf 100755 --- a/bin/installto.sh +++ b/bin/installto.sh @@ -71,7 +71,7 @@ if (strtolower($input) == 'y') { if (!$err) { echo "Running update script at target...\n"; - system("cd $target_dir && bin/update.sh --version=$oldversion"); + system("cd $target_dir && php bin/update.sh --version=$oldversion"); echo "All done.\n"; } } -- cgit v1.2.3