From e4a6ebc1d900c4873a549ee8c42e3284e5f4c1c8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 28 Jan 2013 05:11:19 -0500 Subject: [PATCH] Fix typo --- bin/update.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/update.sh b/bin/update.sh index 536bad9..be952cc 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -144,7 +144,7 @@ // check database schema if ($RCI->config['db_dsnw']) { echo "Executing database schema update.\n"; - system(INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $ops['version'] + system(INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $opts['version'] . " --dir=" . INSTALL_PATH . DIRECTORY_SEPARATOR . "SQL", $res); $success = !$res; -- Gitblit v1.9.1