fork download
  1. IP_DYN=false
  2. LABEL_DHCP="DHCP"
  3. ADRESSE_IP=1.2.3.4
  4.  
  5. if [ -n "$ADRESSE_IP" ]
  6. then
  7. VAR_TEMP=`echo $ADRESSE_IP | grep '$LABEL_DHCP'`;
  8. fi
Runtime error #stdin #stdout 0.02s 5312KB
stdin
1
2
10
42
11
stdout
Standard output is empty