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

From WebOS Internals
Jump to navigation Jump to search
(Removing all content from page)
Line 1: Line 1:
 +
== Modified the APP variable in the script ==
  
 +
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, 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.
 +
 +
--[[User:Hparsons|Herb]] 14:31, 30 September 2009 (UTC)

Revision as of 15:34, 30 September 2009

Modified the APP variable in the script

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)