diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-28 11:11:19 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-28 11:11:19 +0100 |
commit | e4a6ebc1d900c4873a549ee8c42e3284e5f4c1c8 (patch) | |
tree | 3078f5add7a0d0c11d1cc69e0344dc26d437562f /bin | |
parent | 532bc5b5e5e60e6397e331b2a16dadb474d8ca6c (diff) |
Fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update.sh | 2 |
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; |