Changes

From SME Server
Jump to navigationJump to search
5 bytes added ,  18:07, 12 June 2012
→‎USB on SME 8: as per forum http://forums.contribs.org/index.php/topic,48754.0.html
Line 193: Line 193:  
  while read udi ; do
 
  while read udi ; do
 
     # ignore optical discs
 
     # ignore optical discs
     if [[ "$(hal-get-property --udi $udi --key volume.is_disc)" == "false" ]]; then
+
     if test [[ "$(hal-get-property --udi $udi --key volume.is_disc)" == "false" ]]; then
 
         dev=$(hal-get-property --udi $udi --key block.device)
 
         dev=$(hal-get-property --udi $udi --key block.device)
 
         fs=$(hal-get-property --udi $udi --key volume.fstype)
 
         fs=$(hal-get-property --udi $udi --key volume.fstype)
63

edits

Navigation menu