From e4a6ebc1d900c4873a549ee8c42e3284e5f4c1c8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 28 Jan 2013 11:11:19 +0100 Subject: Fix typo --- bin/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/update.sh b/bin/update.sh index 536bad9ba..be952cc2f 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -144,7 +144,7 @@ if ($RCI->configured) { // 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; -- cgit v1.2.3