summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-28 11:11:19 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-29 08:55:26 +0100
commit03ce0e12b85856e5a5fae02d6f224e94f2603eab (patch)
tree107841a9b7826765f1bf8a8d672c31454132c4a3
parent6d5ad417d6e3e4963f6768378f389d2ee37573ce (diff)
Fix typo
-rwxr-xr-xbin/update.sh2
1 files changed, 1 insertions, 1 deletions
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;