kadischi/post_install_scripts 07accounts.sh,1.7,1.8

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon Jun 26 15:39:46 UTC 2006


Author: autopsy

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

Modified Files:
	07accounts.sh 
Log Message:
Let our users know where we are going during configurations


Index: 07accounts.sh
===================================================================
RCS file: /cvs/devel/kadischi/post_install_scripts/07accounts.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- 07accounts.sh	21 Jun 2006 23:29:43 -0000	1.7
+++ 07accounts.sh	26 Jun 2006 15:39:44 -0000	1.8
@@ -12,7 +12,8 @@
 USING_CMDLINE=$(echo $ANACONDA_ARGS | egrep -- "-C|--cmdline")
 
 
-if [ $USING_KICKSTART ] || [ $USING_CMDLINE ]; then
+if [ -n $USING_KICKSTART ] || [ -n $USING_CMDLINE ]; then
+   echo "Not going to interactive user accounts configuration.."
    exit 0
 else
    echo "Going to user accounts configuration.."
@@ -42,7 +43,8 @@
          done
       fi
    else
-      if [ $USING_KICKSTART ] || [ $USING_CMDLINE ]; then
+      if [ -n $USING_KICKSTART ] || [ -n $USING_CMDLINE ]; then
+         echo "Not going to interactive user accounts configuration.."
          exit 0
       else
          echo "A non-root user should be created, create one now?"




More information about the fedora-extras-commits mailing list