Amahi Wiki
Page
Discussion
View source
History
Links
Wiki Home
Amahi Home
Amahi Apps
FAQ
Forums
Bug Tracker
Blog
Feature Gallery
Mailing Lists
Personal tools
Log in
Request account
Navigation
Recent changes
Help
Tools
Special pages
Changes
From Amahi Wiki
Jump to:
navigation
,
search
← Older edit
Newer edit →
Web App Packaging Notes
(view source)
Revision as of 20:51, 6 February 2015
139 bytes added
,
20:51, 6 February 2015
→Scripted Functions
===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 }'`;
Bigfoot65
Trusted,
Bureaucrats
,
Administrators
12,424
edits