Index: new_installer/res/unix/run.sh
===================================================================
--- new_installer/res/unix/run.sh	(revision 25203)
+++ new_installer/res/unix/run.sh	(working copy)
@@ -1,5 +1,5 @@
 #! /bin/sh
-
+# $Id$
 #
 # Copyright (c) 1999, 2006 Tanuki Software Inc.
 #
@@ -564,6 +564,11 @@
         start
         ;;
 
+    'update')
+        checkUser $1
+        exec $REALDIR/update.sh
+        ;;
+
     'status')
         checkUser $1
         status

Property changes on: new_installer/res/unix/run.sh
___________________________________________________________________
Name: svn:keywords
   + Id

