Skip to content

Fix regex

Emir Muhammad requested to merge emmuhamm_fix_127_bug into main

Fix a bug in which the line machine_hostname=$(ifconfig | grep 'inet ' | grep -v '127' | awk '{ print $2 }' | head -n 1 | cut -d '/' -f 1) will completely fail, because of the chance that the other ip address will contain a 127 as well, eg 172.24.127.255

Also added the skull emoji

Merge request reports