Changes

From Amahi Wiki
Jump to: navigation, search
===Scripted Functions===
* Source file unarchives into ''unpack'' folder:
# Check for unpack folder
if [ -d unpack ]; then
rm -rf html;
mv unpack html;
fi
* Network Interface Name:
HDA_DEVICE=`ip route | awk '/^default/ { printf $5 }'`;
12,424

edits