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, ...)
 
(Removing all content from page)
Line 1: Line 1:
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:33, 30 September 2009