summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-05 14:01:22 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-05 14:01:22 +0200
commit471d5593744db7fcbee602667e9e098da8cc1791 (patch)
tree3a84d5d0f1cdb4ad01edd6989c695e31a8f2de16 /bin/update.sh
parentb169de8fcde5587f49863ffe99c1f915a9e96ba8 (diff)
Update installto/update script to remove old default skins and copy all necessary files; repeat notice about missing config options after auto-update
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 60dc95b9d..797c69aa0 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -111,6 +111,12 @@ if ($RCI->configured) {
if ($write1 && $write2) {
echo "Done.\n";
echo "Your configuration files are now up-to-date!\n";
+
+ if ($messages['missing']) {
+ echo "But you still need to add the following missing options:\n";
+ foreach ($messages['missing'] as $msg)
+ echo "- '" . $msg['prop'] . ($msg['name'] ? "': " . $msg['name'] : "'") . "\n";
+ }
}
else {
echo "Failed to write config files!\n";