Modified: CalendarServer/trunk/run (811 => 812)
--- CalendarServer/trunk/run 2006-12-12 22:49:06 UTC (rev 811)
+++ CalendarServer/trunk/run 2006-12-12 22:56:50 UTC (rev 812)
@@ -171,7 +171,8 @@
if ! "${setup_only}"; then
if [ ! -f "${config}" ]; then
echo "Missing config file: ${config}";
- echo "You might want to copy conf/caldavd-test.plist to conf/caldavd-dev.plist and start from there.";
+ echo "You might want to start by copying the test configuration:";
+ echo " cp conf/caldavd-test.plist conf/caldavd-dev.plist";
exit 1;
fi;