bkruse: branch aadk r745 - /branches/aadk/scripts/networking.sh

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Tue Apr 24 13:30:16 MST 2007


Author: bkruse
Date: Tue Apr 24 15:30:15 2007
New Revision: 745

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=745
Log:
Fixed some dumb logic I just committed. This way works much better....( It will check if the field actually exists, instead of just being blank.) 

Modified:
    branches/aadk/scripts/networking.sh

Modified: branches/aadk/scripts/networking.sh
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/scripts/networking.sh?view=diff&rev=745&r1=744&r2=745
==============================================================================
--- branches/aadk/scripts/networking.sh (original)
+++ branches/aadk/scripts/networking.sh Tue Apr 24 15:30:15 2007
@@ -33,7 +33,7 @@
 fi
 
 ############### Possibly turn our ssh server on
-if [ "$SSHACCESS" != "no" ]
+if [ "$SSHACCESS" = "yes" ]
 then
 	inetd&
 fi



More information about the asterisk-gui-commits mailing list