summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-16 12:24:05 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-16 12:24:05 +0100
commit9e329c0a275cc0a0ce02d86593c2ee558d846239 (patch)
treeacbc8fa4beb6a1816d45f3314e873c57af7c1bf8 /bin/update.sh
parentc3d061893b3d49ad725d1518ff0c27db54669015 (diff)
Renamed option updatedb.sh --label to --package
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh2
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;