From 471d5593744db7fcbee602667e9e098da8cc1791 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 5 Aug 2012 14:01:22 +0200 Subject: Update installto/update script to remove old default skins and copy all necessary files; repeat notice about missing config options after auto-update --- bin/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/update.sh') 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"; -- cgit v1.2.3