kadischi/post_install_scripts 07accounts.sh,1.6,1.7

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed Jun 21 23:29:45 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/post_install_scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13316/kadischi/post_install_scripts

Modified Files:
	07accounts.sh 
Log Message:
exit 0 rather than with status 1 in 07accounts.sh


Index: 07accounts.sh
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/07accounts.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- 07accounts.sh	21 Jun 2006 20:17:32 -0000	1.6
+++ 07accounts.sh	21 Jun 2006 23:29:43 -0000	1.7
@@ -43,7 +43,7 @@
       fi
    else
       if [ $USING_KICKSTART ] || [ $USING_CMDLINE ]; then
-         exit 1
+         exit 0
       else
          echo "A non-root user should be created, create one now?"
          echo -n "[yes/no] "
@@ -67,7 +67,7 @@
                read CHOICE
             done
          else
-            exit 1
+            exit 0
          fi
       fi
    fi




More information about the scm-commits mailing list