Difference between revisions of "Talk:Solution to App Catalog Installation Limit"

From WebOS Internals
Jump to navigation Jump to search
(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, ...)
(No difference)

Revision as of 15:31, 30 September 2009

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)