Talk:Solution to App Catalog Installation Limit

From WebOS Internals
Revision as of 15:31, 30 September 2009 by Hparsons (talk | contribs) (New page: Modified the script to change<br> <code>APP=$1</code><br> to<br> <code>APP=/var/usr/palm/applications/$1</code><br> I'm no script writer, and wouldn't normally change someone else's code, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Modified the script to change
APP=$1
to
APP=/var/usr/palm/applications/$1
I'm no script writer, and wouldn't normally change someone else's code, but the script did not work as originally written unless you were already in that directory. I tested it with the changes, and it works properly now.

--Herb 14:31, 30 September 2009 (UTC)