diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-16 12:24:05 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-16 12:24:05 +0100 |
commit | 9e329c0a275cc0a0ce02d86593c2ee558d846239 (patch) | |
tree | acbc8fa4beb6a1816d45f3314e873c57af7c1bf8 /bin/update.sh | |
parent | c3d061893b3d49ad725d1518ff0c27db54669015 (diff) |
Renamed option updatedb.sh --label to --package
Diffstat (limited to 'bin/update.sh')
-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 e1beef053..536bad9ba 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 --label=roundcube --version=" . $ops['version'] + system(INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $ops['version'] . " --dir=" . INSTALL_PATH . DIRECTORY_SEPARATOR . "SQL", $res); $success = !$res; |